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 Chaitanya Mannem, eric.smith, serhiy.storchaka
Date 2016-02-24.18:16:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1456337760.21.0.842869278174.issue26429@psf.upfronthosting.co.za>
In-reply-to
Content
This is documented behavior and changing this will break existing code (for example see the implementation of glob.glob()).

If you need this, a workaround is simple and idiomatic: ``os.path.dirname(path) or os.curdir``.
History
Date User Action Args
2016-02-24 18:16:00serhiy.storchakasetrecipients: + serhiy.storchaka, eric.smith, Chaitanya Mannem
2016-02-24 18:16:00serhiy.storchakasetmessageid: <1456337760.21.0.842869278174.issue26429@psf.upfronthosting.co.za>
2016-02-24 18:16:00serhiy.storchakalinkissue26429 messages
2016-02-24 18:16:00serhiy.storchakacreate