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 facundobatista, mark.dickinson, rhettinger, skrah, vstinner
Date 2011-11-09.18:04:46
SpamBayes Score 0.018844562
Marked as misclassified No
Message-id <1320861887.44.0.863203275247.issue13093@psf.upfronthosting.co.za>
In-reply-to
Content
PyUnicode_EncodeDecimal() was used in Python 2 by int, long and complex constructors. In Python 3, the function is no more used: it has been replaced by _PyUnicode_TransformDecimalAndSpaceToASCII().
History
Date User Action Args
2011-11-09 18:04:47vstinnersetrecipients: + vstinner, rhettinger, facundobatista, mark.dickinson, skrah
2011-11-09 18:04:47vstinnersetmessageid: <1320861887.44.0.863203275247.issue13093@psf.upfronthosting.co.za>
2011-11-09 18:04:46vstinnerlinkissue13093 messages
2011-11-09 18:04:46vstinnercreate