Message147326
| Author | vstinner |
|---|---|
| Recipients | python-dev, vstinner |
| Date | 2011-11-09.00:20:30 |
| SpamBayes Score | 0.0065011433 |
| Marked as misclassified | No |
| Message-id | <1320798031.39.0.394830611567.issue13374@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
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). |
|
| History | |||
|---|---|---|---|
| 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: <1320798031.39.0.394830611567.issue13374@psf.upfronthosting.co.za> |
| 2011-11-09 00:20:30 | vstinner | link | issue13374 messages |
| 2011-11-09 00:20:30 | vstinner | create | |