On 10/9/07, Guido van Rossum <[EMAIL PROTECTED]> wrote:
> Which reminds me of a task I forgot to add to the list:
>
> - change the constructor for PyString to match the one for PyBytes.

And another pair of forgotten tasks:

- change PyBytes so that its str() is the same as its repr().
- change PyString so that its str() is the same as its repr().

The former seems easy. The latter might cause trouble (though then
again, it may not).

I should also note that I already submitted the changes to remove
locale support from PyString, and am working on removing its encode()
method. This is not going so smoothly.

-- 
--Guido van Rossum (home page: http://www.python.org/~guido/)
_______________________________________________
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