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 python-dev
Recipients python-dev, serhiy.storchaka, steve.dower, tim.golden, vstinner, zach.ware
Date 2015-04-12.04:32:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20150412043232.26882.49466@psf.io>
In-reply-to
Content
New changeset 505bf6086ec5 by Steve Dower in branch 'default':
Issue #23668: Adds support for os.truncate and os.ftruncate on Windows
https://hg.python.org/cpython/rev/505bf6086ec5

New changeset eba85ae7d128 by Steve Dower in branch 'default':
Issue #23668: Suppresses invalid parameter handler around chsize calls.
https://hg.python.org/cpython/rev/eba85ae7d128
History
Date User Action Args
2015-04-12 04:32:35python-devsetrecipients: + python-dev, vstinner, tim.golden, zach.ware, serhiy.storchaka, steve.dower
2015-04-12 04:32:35python-devlinkissue23668 messages
2015-04-12 04:32:34python-devcreate