python3: revert puting the encodings folder into a python3-codecs
authorAlexandru Ardelean <redacted>
Sat, 14 Mar 2015 14:13:51 +0000 (16:13 +0200)
committerAlexandru Ardelean <redacted>
Sat, 14 Mar 2015 19:24:31 +0000 (21:24 +0200)
commit12bba3562773a278dca26c3e7dcf4ee8b6ce0866
tree247fcd00f5a2c1a8c21f1d88ce06a0cbe603798f
parentcfe31ca3d3791fc0559908a254427f35e725ce47
python3: revert puting the encodings folder into a python3-codecs

Some notes about the 'encodings' module, which is about 1.7 MB.
Unfortunately that one cannot be moved into the 'python3-codecs'
package, because Python tries to load up all available encodings
at startup.
Some efforts to add a dummy folder/python file have failed so far,
since there's a C code (Python/codecs.c) that tries to evaluate that
all encodings (in the encodings folder/module) are valid.

Basically the encodings module is a repository of encodings,
and it seemst there are quite a few of them.

Maybe a request to upstream Python would work for this, to
make encodings a bit more decoupled from the interpreter.

Signed-off-by: Alexandru Ardelean <redacted>
lang/python3/Makefile
lang/python3/files/python3-package-codecs.mk
git clone https://git.99rst.org/PROJECT