Message147326
The patch deprecates bytes filenames for the following functions:
nt._getfullpathname
nt._isdir
os.access
os.chdir
os.chmod
os.link
os.listdir
os.lstat
os.mkdir
os.open
os.rename
os.rmdir
os.stat
os.symlink
os.unlink
os.utime
Oh, I forgot a test for os.open(bytes). |
|
| Date |
User |
Action |
Args |
| 2011-11-09 00:20:31 | vstinner | set | recipients:
+ vstinner, python-dev |
| 2011-11-09 00:20:31 | vstinner | set | messageid: <[email protected]> |
| 2011-11-09 00:20:30 | vstinner | link | issue13374 messages |
| 2011-11-09 00:20:30 | vstinner | create | |
|