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 Devika Sondhi
Recipients Devika Sondhi, mrabarnett, xtreak
Date 2018-12-20.07:25:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1545290740.93.0.788709270274.issue35538@psf.upfronthosting.co.za>
In-reply-to
Content
Linux (unlike Windows) allows naming a file with a trailing dot. The issue with file name such as '.blah.' is that it does not have an extension and one would expect the base-name without extension to be returned as '.blah.' and not as '.blah'
splitext returns ('.blah','.')
History
Date User Action Args
2018-12-20 07:25:40Devika Sondhisetrecipients: + Devika Sondhi, mrabarnett, xtreak
2018-12-20 07:25:40Devika Sondhisetmessageid: <1545290740.93.0.788709270274.issue35538@psf.upfronthosting.co.za>
2018-12-20 07:25:40Devika Sondhilinkissue35538 messages
2018-12-20 07:25:40Devika Sondhicreate