[Python-3000] string C API

Neal Norwitz nnorwitz at gmail.com
Fri Sep 1 18:58:49 CEST 2006


On 9/1/06, Fredrik Lundh <fredrik at pythonware.com> 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


More information about the Python-3000 mailing list