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 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:18vstinnersetrecipients: + vstinner, loewis, mhammond, python-dev, sbt
2011-11-09 20:41:17vstinnersetmessageid: <1320871277.56.0.669004221031.issue13374@psf.upfronthosting.co.za>
2011-11-09 20:41:16vstinnerlinkissue13374 messages
2011-11-09 20:41:16vstinnercreate