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 _______________________________________________ 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
