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.

作者 vstinner
收信人 loewis, mhammond, python-dev, sbt, vstinner
日期 2011-11-09.20:41:13
SpamBayes Score 9.282214e-06
Marked as misclassified
Message-id <1320871277.56.0.669004221031.issue13374@psf.upfronthosting.co.za>
In-reply-to
内容
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()
历史
日期 用户 动作 参数
2011-11-09 20:41:18vstinner修改recipients: + vstinner, loewis, mhammond, python-dev, sbt
2011-11-09 20:41:17vstinner修改messageid: <1320871277.56.0.669004221031.issue13374@psf.upfronthosting.co.za>
2011-11-09 20:41:16vstinner链接issue13374 messages
2011-11-09 20:41:16vstinner创建