]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Patch to make _codecs a builtin module. This is necessary since
authorMarc-André Lemburg <mal@egenix.com>
Thu, 12 Dec 2002 17:37:50 +0000 (17:37 +0000)
committerMarc-André Lemburg <mal@egenix.com>
Thu, 12 Dec 2002 17:37:50 +0000 (17:37 +0000)
commitb28de0d79f6f1bfc7e395a1945167a87bfe95356
tree2e4771db60c9a7d0a96b46144944565f30b728ee
parentb69bb3d0193ea4871d2480a58e48224cb728e4d9
Patch to make _codecs a builtin module. This is necessary since
Python 2.3 will support source code encodings which rely on the
builtin codecs being available to the parser.

Remove struct dependency from codecs.py
Lib/codecs.py
Modules/Setup.config.in
Modules/Setup.dist
setup.py