Message147371
| Author | vstinner |
|---|---|
| Recipients | loewis, mhammond, python-dev, sbt, vstinner |
| Date | 2011-11-09.20:41:13 |
| SpamBayes Score | 9.282214e-06 |
| Marked as misclassified | No |
| Message-id | <1320871277.56.0.669004221031.issue13374@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Updated patch: * os.rename(), os.symlink(), os.link() accept (bytes, str) and (str, bytes) again * ensure that the warning is emited after parsing arguments, not before (to not emit a warning if an int is passed instead of bytes or str) * add a test on os.open() |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2011-11-09 20:41:18 | vstinner | set | recipients: + vstinner, loewis, mhammond, python-dev, sbt |
| 2011-11-09 20:41:17 | vstinner | set | messageid: <1320871277.56.0.669004221031.issue13374@psf.upfronthosting.co.za> |
| 2011-11-09 20:41:16 | vstinner | link | issue13374 messages |
| 2011-11-09 20:41:16 | vstinner | create | |