[Python-3000] PEP 3137 plan of attack

Thomas Lee tom at vector-seven.com
Mon Oct 8 07:03:37 CEST 2007


Guido van Rossum wrote:
> - make == and != between PyBytes and PyUnicode return False instead of
> raising TypeError
> - make == and != between PyString and Pyunicode return False instead
> of converting
> - make comparisons between PyString and PyBytes work (these are
> properly ordered)
>   
If nobody else is doing this, it sounds like sounds like something I - 
as a relative newbie - could handle. Possibly the repr() stuff too if 
nobody else wants that. Should be able to get a patch up before Friday.

Cheers,
Tom



More information about the Python-3000 mailing list