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 benjamin.peterson, python-dev, serhiy.storchaka
Date 2016-09-19.06:44:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20160919064423.4531.81523.5078601F@psf.io>
In-reply-to
Content
New changeset ccfea26e6582 by Benjamin Peterson in branch '3.4':
properly handle the single null-byte file (closes #24022)
https://hg.python.org/cpython/rev/ccfea26e6582

New changeset c6438a3df7a4 by Benjamin Peterson in branch '2.7':
properly handle the single null-byte file (closes #24022)
https://hg.python.org/cpython/rev/c6438a3df7a4

New changeset d2f86d9c53b9 by Benjamin Peterson in branch '3.6':
merge 3.5 (#24022)
https://hg.python.org/cpython/rev/d2f86d9c53b9
History
Date User Action Args
2016-09-19 06:44:28python-devsetrecipients: + python-dev, benjamin.peterson, serhiy.storchaka
2016-09-19 06:44:28python-devlinkissue24022 messages
2016-09-19 06:44:27python-devcreate