On 10/9/07, Thomas Lee <[EMAIL PROTECTED]> 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/)
_______________________________________________
Python-3000 mailing list
[email protected]
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