Ignore:
Timestamp:
Mar 19, 2014, 11:31:01 PM (11 years ago)
Author:
dmik
Message:

python: Merge vendor 2.7.6 to trunk.

Location:
python/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • python/trunk

  • python/trunk/Lib/distutils/bcppcompiler.py

    r2 r391  
    1212# WindowsCCompiler!  --GPW
    1313
    14 # This module should be kept compatible with Python 2.1.
    15 
    16 __revision__ = "$Id: bcppcompiler.py 61000 2008-02-23 17:40:11Z christian.heimes $"
    17 
     14__revision__ = "$Id$"
    1815
    1916import os
    20 from distutils.errors import \
    21      DistutilsExecError, DistutilsPlatformError, \
    22      CompileError, LibError, LinkError, UnknownFileError
    23 from distutils.ccompiler import \
    24      CCompiler, gen_preprocess_options, gen_lib_options
     17
     18from distutils.errors import (DistutilsExecError, CompileError, LibError,
     19                              LinkError, UnknownFileError)
     20from distutils.ccompiler import CCompiler, gen_preprocess_options
    2521from distutils.file_util import write_file
    2622from distutils.dep_util import newer
Note: See TracChangeset for help on using the changeset viewer.