tjreedy wrote: > These two similar features would be enough, to me, to make Py3 more than > just 2.x with cruft removed.
well, it's really only C API issues that keeps us from implementing this in 2.x... (too much code uses PyString_Check and/or PyUnicode_Check and then happily digs into the associated buffers). </F> _______________________________________________ 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
