This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients docs@python, serhiy.storchaka, techtonik
Date 2012-11-05.11:29:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1352114976.92.0.229687086841.issue16413@psf.upfronthosting.co.za>
In-reply-to
Content
.. note::

   Since different operating systems have different path name conventions, there
   are several versions of this module in the standard library.  The
   :mod:`os.path` module is always the path module suitable for the operating
   system Python is running on, and therefore usable for local paths.  However,
   you can also import and use the individual modules if you want to manipulate
   a path that is *always* in one of the different formats.  They all have the
   same interface:

   * :mod:`posixpath` for UNIX-style paths
   * :mod:`ntpath` for Windows paths
   * :mod:`macpath` for old-style MacOS paths
History
Date User Action Args
2012-11-05 11:29:36serhiy.storchakasetrecipients: + serhiy.storchaka, techtonik, docs@python
2012-11-05 11:29:36serhiy.storchakasetmessageid: <1352114976.92.0.229687086841.issue16413@psf.upfronthosting.co.za>
2012-11-05 11:29:36serhiy.storchakalinkissue16413 messages
2012-11-05 11:29:36serhiy.storchakacreate