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.

作者 serhiy.storchaka
收信人 alex, benjamin.peterson, piotr.dobrogost, pitrou, python-dev, serhiy.storchaka, stutzbach, vstinner
日期 2015-04-10.16:01:23
SpamBayes Score -1.0
Marked as misclassified
Message-id <1428681684.57.0.538634850887.issue21859@psf.upfronthosting.co.za>
In-reply-to
内容
There are test failures on Windows: http://buildbot.python.org/all/builders/AMD64%20Windows7%20SP1%203.x/builds/6073/steps/test/logs/stdio

1. ValueError is not raised if file name contains a null character.

2. os.ftruncate doesn't exist on Windows.

Here is a patch that adds explicit check for null character and skips tests with not implemented truncate.
历史
日期 用户 动作 参数
2015-04-10 16:01:24serhiy.storchaka修改recipients: + serhiy.storchaka, pitrou, vstinner, benjamin.peterson, stutzbach, alex, python-dev, piotr.dobrogost
2015-04-10 16:01:24serhiy.storchaka修改messageid: <1428681684.57.0.538634850887.issue21859@psf.upfronthosting.co.za>
2015-04-10 16:01:24serhiy.storchaka链接issue21859 messages
2015-04-10 16:01:23serhiy.storchaka创建