[Python-3000] PEP 3137 plan of attack

2007-10-07 Thread Guido van Rossum
I'd like to make complete implementation of PEP 3137 the goal for the 3.0a2 release. It should be doable to do this release by the end of October. I don't think anything else *needs* to be done to have a successful a2 release. The work for PEP 3137 can be split into a number of relatively independ

Re: [Python-3000] PEP 3137 plan of attack

2007-10-07 Thread Thomas Lee
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 n