[Python-checkins] python/dist/src/Lib codecs.py,1.29,1.30

Walter Dörwald walter@livinglogic.de
Thu, 12 Dec 2002 19:19:12 +0100


lemburg@users.sourceforge.net wrote:

> Modified Files:
> 	codecs.py 
> Log Message:
> 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.

I wonder whether this change requires additional changes to
Python/pythonrun.c (i.e. a call to _PyImport_FixupExtension)
just like it was done for the exceptions module
(see www.python.org/sf/422004)

Bye,
    Walter Dörwald