"Georg Brandl" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
| Terry Reedy schrieb:
| > It seems your real problem is that repr() rather than str() is applied
| > within collections.  (I am not sure exactly why but suspect there is a
| > reason.)
|
| Consider ["1, 2, 3"].

OK, but this is only an issue with the difference between the str and repr 
of *strings*.  The str function of collections *could* be modified to use 
str on numbers.  The number of digits is irrelevance to the string 
formatting issue.  The new Number ABC would make this switch easier, of 
course. 



_______________________________________________
Python-3000 mailing list
Python-3000@python.org
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to