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 vstinner
Recipients ezio.melotti, loewis, skrah, vstinner
Date 2011-11-25.19:10:17
SpamBayes Score 0.01862576
Marked as misclassified No
Message-id <1322248217.97.0.610563279042.issue13452@psf.upfronthosting.co.za>
In-reply-to
Content
Hum, I only changed PyUnicode_EncodeDecimal in Python 3.3, I prefer to not touch stable releases (2.7, 3.2).

New changeset a20fae95618c by Victor Stinner in branch 'default':
Close #13093: PyUnicode_EncodeDecimal() doesn't support error handlers
http://hg.python.org/cpython/rev/a20fae95618c

(Oops, I specified the wrong issue number: fixed in 9a712ad593bb)
History
Date User Action Args
2011-11-25 19:10:18vstinnersetrecipients: + vstinner, loewis, ezio.melotti, skrah
2011-11-25 19:10:17vstinnersetmessageid: <1322248217.97.0.610563279042.issue13452@psf.upfronthosting.co.za>
2011-11-25 19:10:17vstinnerlinkissue13452 messages
2011-11-25 19:10:17vstinnercreate