STINNER Victor <victor.stin...@haypocalc.com> added the comment:

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().

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13093>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to