Files
packages/lang
Alexandru Ardelean 12bba35627 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 <ardeleanalex@gmail.com>
2015-03-14 21:24:31 +02:00
..
2015-03-03 22:26:13 +01:00
2015-01-09 18:27:38 +01:00
2015-01-06 08:03:36 -08:00
2015-03-01 15:04:15 +02:00
2014-09-02 03:02:04 +02:00
2014-09-06 23:51:51 -04:00
2014-06-16 17:04:06 +02:00
2015-03-01 14:59:19 +02:00
2014-08-27 15:12:16 +08:00
2015-03-02 13:27:35 -06:00
2015-01-12 10:52:14 +01:00
2015-03-02 10:23:05 +01:00
2015-02-26 22:45:43 -05:00
2015-03-03 16:05:37 -03:00
2015-03-01 15:01:42 +02:00
2015-03-08 15:14:30 +01:00