On 9/1/06, Fredrik Lundh <[EMAIL PROTECTED]> wrote: > just noticed that PEP 3100 says that PyString_AsEncodedString and > PyString_AsDecodedString is to be removed, but it doesn't mention > any other PyString (or PyUnicode) functions. > > how large changes can we make here, really ?
I don't know if it was the case here or not, but I added a bunch of APIs to the PEP that were labeled as deprecated or only for backwards compatibility. The sources were the doc, header files, and source files. (There's no single place to look.) n _______________________________________________ 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
