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 serhiy.storchaka
Recipients alex, benjamin.peterson, piotr.dobrogost, pitrou, python-dev, serhiy.storchaka, stutzbach, vstinner
Date 2015-04-10.16:01:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428681684.57.0.538634850887.issue21859@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-04-10 16:01:24serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, vstinner, benjamin.peterson, stutzbach, alex, python-dev, piotr.dobrogost
2015-04-10 16:01:24serhiy.storchakasetmessageid: <1428681684.57.0.538634850887.issue21859@psf.upfronthosting.co.za>
2015-04-10 16:01:24serhiy.storchakalinkissue21859 messages
2015-04-10 16:01:23serhiy.storchakacreate