[Python-3000] PEP 3137 plan of attack

Guido van Rossum guido at python.org
Tue Oct 9 19:24:33 CEST 2007


On 10/9/07, Thomas Lee <tom at vector-seven.com> wrote:
> Looks like it:
>
>  >>> str8('a') > b'b'
> False
>  >>> str8('a') < b'b'
> True
>  >>> str8('a') <= b'b'
> True
>  >>> str8('a') >= b'b'
> False

Which reminds me of a task I forgot to add to the list:

- change the constructor for PyString to match the one for PyBytes.

-- 
--Guido van Rossum (home page: http://www.python.org/~guido/)


More information about the Python-3000 mailing list