[issue14716] Use unicode_writer API for str.format()

Roundup Robot report at bugs.python.org
Mon May 7 13:08:11 CEST 2012


Roundup Robot <devnull at psf.upfronthosting.co.za> added the comment:

New changeset 7be716a47e9d by Victor Stinner in branch 'default':
Close #14716: str.format() now uses the new "unicode writer" API instead of the
http://hg.python.org/cpython/rev/7be716a47e9d

New changeset ab500b297900 by Victor Stinner in branch 'default':
Issue #14716: Change integer overflow check in unicode_writer_prepare()
http://hg.python.org/cpython/rev/ab500b297900

----------
resolution:  -> fixed
stage:  -> committed/rejected
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14716>
_______________________________________


More information about the Python-bugs-list mailing list