Message189689
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? |
|
Date |
User |
Action |
Args |
2013-05-20 20:28:02 | Thomas Fenzl | set | recipients:
+ Thomas Fenzl, r.david.murray, babou, woparry |
2013-05-20 20:28:02 | Thomas Fenzl | set | messageid: <1369081682.31.0.604139903751.issue17545@psf.upfronthosting.co.za> |
2013-05-20 20:28:02 | Thomas Fenzl | link | issue17545 messages |
2013-05-20 20:28:01 | Thomas Fenzl | create | |
|