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 ethan.furman, freakboy3742, python-dev, sanjioh, serhiy.storchaka, vstinner
Date 2016-12-28.07:57:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20161228075725.18214.13251.F11EC159@psf.io>
In-reply-to
Content
New changeset 277b36596a54 by Serhiy Storchaka in branch '3.5':
Issue #29073: bytearray formatting no longer truncates on first null byte.
https://hg.python.org/cpython/rev/277b36596a54

New changeset 9b77e3a586b0 by Serhiy Storchaka in branch '3.6':
Issue #29073: Added a test for bytearray formatting with null byte.
https://hg.python.org/cpython/rev/9b77e3a586b0

New changeset 82bfdf599e24 by Serhiy Storchaka in branch 'default':
Issue #29073: Added a test for bytearray formatting with null byte.
https://hg.python.org/cpython/rev/82bfdf599e24
History
Date User Action Args
2016-12-28 07:57:29python-devsetrecipients: + python-dev, vstinner, freakboy3742, ethan.furman, serhiy.storchaka, sanjioh
2016-12-28 07:57:29python-devlinkissue29073 messages
2016-12-28 07:57:29python-devcreate