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 optimix
Recipients optimix
Date 2009-09-04.21:31:42
SpamBayes Score 4.690592e-07
Marked as misclassified No
Message-id <1252099904.92.0.556344423163.issue6840@psf.upfronthosting.co.za>
In-reply-to
Content
Having a '.ogg' filename, _splitext returns '.ogg' as base and empty
extension. Probably it should return empty base and '.ogg' extension.

Lib/genericpath.py:99 - Why "skip all leading dots" ?

I attach a possible patch (with tests).
History
Date User Action Args
2009-09-04 21:31:45optimixsetrecipients: + optimix
2009-09-04 21:31:44optimixsetmessageid: <1252099904.92.0.556344423163.issue6840@psf.upfronthosting.co.za>
2009-09-04 21:31:42optimixlinkissue6840 messages
2009-09-04 21:31:42optimixcreate