]> granicus.if.org Git - python/commit
Refactor: Remove some code that was obsoleted when this module was
authorFred Drake <fdrake@acm.org>
Wed, 21 Aug 2002 20:23:22 +0000 (20:23 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 21 Aug 2002 20:23:22 +0000 (20:23 +0000)
commita96f1a3c08fbe9452c24bb163b4480b5c67d1e8d
treea0f4c402f20447904feb01e00d453c8ef76146b1
parent5b09eeea89b2f16cb458410551283d4fd2229460
Refactor:  Remove some code that was obsoleted when this module was
           changed to use universal newlines.

           Remove all imports from the compile() function; these are
           now done at the top of the module ("Python normal form"),
           and define a helper based on the platform instead of
           testing the platform in the compile() function.
Lib/py_compile.py