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 Thomas Fenzl
Recipients Thomas Fenzl, babou, r.david.murray, woparry
Date 2013-05-20.20:28:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1369081682.31.0.604139903751.issue17545@psf.upfronthosting.co.za>
In-reply-to
Content
I also looked into creating a patch and now I'm not convinced about the solution. 

While os.path.join accepts an empty string, the functions is os (e.g. stat and friends, utime, chown don't. os.walk doesn't throw an Exception, but generates an empty iterator on ''.
So from a module perspective, things wouldn't get more consistent, but less. 

Any thoughts about how to proceed?
History
Date User Action Args
2013-05-20 20:28:02Thomas Fenzlsetrecipients: + Thomas Fenzl, r.david.murray, babou, woparry
2013-05-20 20:28:02Thomas Fenzlsetmessageid: <1369081682.31.0.604139903751.issue17545@psf.upfronthosting.co.za>
2013-05-20 20:28:02Thomas Fenzllinkissue17545 messages
2013-05-20 20:28:01Thomas Fenzlcreate