| commit | a96f1a3c08fbe9452c24bb163b4480b5c67d1e8d | [log] [tgz] |
|---|---|---|
| author | Fred Drake <fdrake@acm.org> | Wed Aug 21 20:23:22 2002 +0000 |
| committer | Fred Drake <fdrake@acm.org> | Wed Aug 21 20:23:22 2002 +0000 |
| tree | a0f4c402f20447904feb01e00d453c8ef76146b1 | |
| parent | 5b09eeea89b2f16cb458410551283d4fd2229460 [diff] |
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.