On Sun, May 2, 2021 at 1:47 AM Stephen J. Turnbull < turnbull.stephen...@u.tsukuba.ac.jp> wrote:
> 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 > And for the record and OP's benefit, all of these files are also available on GitHub here for viewing purposes: https://github.com/python/cpython
_______________________________________________ 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/RSQVEFHZRCG5OZWN6WEGGSHXCKRPVPLN/ Code of Conduct: http://python.org/psf/codeofconduct/