]> granicus.if.org Git - python/commit
Fixed #1403 where compileall and py_compile choked on an encoding header in a py...
authorChristian Heimes <christian@cheimes.de>
Thu, 8 Nov 2007 16:34:32 +0000 (16:34 +0000)
committerChristian Heimes <christian@cheimes.de>
Thu, 8 Nov 2007 16:34:32 +0000 (16:34 +0000)
commit8bd14fb398b1b89c82defdac6c5755c9ca86859b
tree6b0c944665e76f33d32bd40c7676693c7556a2a6
parent1a13d597093422d666e0efa3d6d51f8a507b5317
Fixed #1403 where compileall and py_compile choked on an encoding header in a py file. Both modules need more unit tests.
Lib/io.py
Lib/py_compile.py