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 techtonik
Recipients docs@python, techtonik
Date 2012-11-05.11:24:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1352114668.34.0.500502059895.issue16413@psf.upfronthosting.co.za>
In-reply-to
Content
os.path.split('c:foo') gives ('c:', 'foo') on Windows and ('', 'c:foo') on Linux, which is not documented. IIUC, the behavior change in os module is not possible, so a documentation note will be appreciated.
History
Date User Action Args
2012-11-05 11:24:28techtoniksetrecipients: + techtonik, docs@python
2012-11-05 11:24:28techtoniksetmessageid: <1352114668.34.0.500502059895.issue16413@psf.upfronthosting.co.za>
2012-11-05 11:24:28techtoniklinkissue16413 messages
2012-11-05 11:24:27techtonikcreate