Alexander Belopolsky <belopol...@users.sourceforge.net> added the comment:

I wish I discovered this issue when I was working on #10557!  Chances are I 
wouldn't have started a long python-dev thread rehashing the same issues as I 
see discussed here.

In any case, in #10557, I replaced core uses of PyUnicode_EncodeDecimal() with  
PyUnicode_TransformDecimalToASCII() which transforms unicode to unicode.  There 
should not be any change in what digits builtin number types accept, but the 
C-API "codec" is defined to pass through anything that is not "Nd" while 
replacing Nd characters with the corresponding 0-9 digit.

String to string codecs including hex have been readded in r86934. See issue 
7475.

----------
nosy: +belopolsky
versions: +Python 3.3 -Python 3.2

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

Reply via email to