Jonathan Goble writes: > I assume the "cpython" part of these paths here is your local clone of the > CPython GitHub repo? (Otherwise these local filepaths from your computer > don't make sense.)
Thanks for catching that! Sorry, I was concentrating on stifling irrelevant Unicode politics. :-) You need a local clone of the GitHub repo, and the various possibly relevant files are in Doc/library/codecs.rst (these two are available online) Doc/c-api/codec.rst Lib/codecs.py Python/codecs.c Include/codecs.h Objects/stringlib/codecs.h Objects/unicodectype.c Modules/_codecsmodule.c Modules/cjkcodecs Modules/clinic/_codecsmodule.c.h Steve _______________________________________________ Python-ideas mailing list -- python-ideas@python.org To unsubscribe send an email to python-ideas-le...@python.org https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/python-ideas@python.org/message/GXLGRWVKL4VOTVZDR57VZXRVVJB22RZ2/ Code of Conduct: http://python.org/psf/codeofconduct/