cpython/Lib/packaging/compiler
Éric Araujo 7724a6c10c Packaging cleanup: remove conditionals for < 2.6 support.
PEP 370 features and sys.dont_write_bytecode are always available
in 3.3; the distutils2 backport still has the conditionals.

I also renamed an internal misnamed method and fixed a few things
(“packaging2” name, stray print, unused import, fd leak).
2011-09-17 03:31:51 +02:00
..
__init__.py The compiler class for EMX was removed 2011-06-01 15:20:44 +02:00
bcppcompiler.py Packaging cleanup: remove conditionals for < 2.6 support. 2011-09-17 03:31:51 +02:00
ccompiler.py Packaging cleanup: remove conditionals for < 2.6 support. 2011-09-17 03:31:51 +02:00
cygwinccompiler.py Use list constructor or built-in method instead of copy module 2011-06-04 18:45:40 +02:00
extension.py
msvc9compiler.py Packaging: remove last mentions and uses of setup.py in the code. 2011-06-16 23:34:55 +02:00
msvccompiler.py Packaging: remove last mentions and uses of setup.py in the code. 2011-06-16 23:34:55 +02:00
unixccompiler.py Packaging cleanup: remove conditionals for < 2.6 support. 2011-09-17 03:31:51 +02:00