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