Eric Smith <[EMAIL PROTECTED]> added the comment:

I think the best way to handle this is to add a new format code to
PyOS_ascii_formatd, which implements this behavior.  There can be no
backward compatibility issues, because PyOS_ascii_formatd currently
ensures its format specifier type code is in ['e', 'E', 'f', 'F', 'g',
'G', 'n'].  I'm going to use 'Z' (for lack of a better code) to mean
"implement the default behavior from PEP 3101".

__________________________________
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2264>
__________________________________
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to