[Python-3000] Fwd: UPDATED: PEP 3138- String representation in Python 3000

Atsuo Ishimoto ishimoto at gembook.org
Wed Jun 4 03:43:19 CEST 2008


On Wed, Jun 4, 2008 at 6:02 AM, Guido van Rossum <guido at python.org> wrote:
> On Tue, Jun 3, 2008 at 10:53 AM, Atsuo Ishimoto <ishimoto at gembook.org> wrote:
>> I updated PEP and patch. New patch is updated to
>> http://bugs.python.org/issue2630.
>>
>> Changes are::
>>
>> - Added conversion flag to the str.format() and PyUnicode_FromFormat() C API.
>>
>> - Added new C API PyObject_ASCII() which called from ascii() builtin
>> function for consistency.   If PyObject_ASCII() is not necessary to be
>> public API, I'll make it internal function.
>
> I've accepted the PEP, meaning implementation can now go ahead.
> Hopefully it will make it into 3.0b1. Congratulations, Atsuo!

Thank you very much! The repr() issue have annoyed me more than ten
years, but now it's gone at last!
 I would much appreciate everybody participated the discussion, in
spite of my crazy English. And thanks to Mark Summerfield, he helped
me by fixing my English patiently.


More information about the Python-3000 mailing list