diff options
Diffstat (limited to 'Doc/library/macpath.rst')
-rw-r--r-- | Doc/library/macpath.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/library/macpath.rst b/Doc/library/macpath.rst index b7a5d89..b08bbe0 100644 --- a/Doc/library/macpath.rst +++ b/Doc/library/macpath.rst @@ -4,6 +4,9 @@ .. module:: macpath :synopsis: Mac OS 9 path manipulation functions. +**Source code:** :source:`Lib/macpath.py` + +-------------- This module is the Mac OS 9 (and earlier) implementation of the :mod:`os.path` module. It can be used to manipulate old-style Macintosh pathnames on Mac OS X |