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, vstinner
Date 2015-10-14.08:02:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20151014080207.55474.94259@psf.io>
In-reply-to
Content
New changeset 03646293f1b3 by Victor Stinner in branch 'default':
Fix long_format_binary()
https://hg.python.org/cpython/rev/03646293f1b3

New changeset 6fe0050a2f52 by Victor Stinner in branch 'default':
Add use_bytearray attribute to _PyBytesWriter
https://hg.python.org/cpython/rev/6fe0050a2f52

New changeset f369b79c0153 by Victor Stinner in branch 'default':
Optimize bytearray % args
https://hg.python.org/cpython/rev/f369b79c0153
History
Date User Action Args
2015-10-14 08:02:11python-devsetrecipients: + python-dev, vstinner, serhiy.storchaka
2015-10-14 08:02:11python-devlinkissue25399 messages
2015-10-14 08:02:11python-devcreate