Timestamp:
Jun 11, 2007, 2:56:31 AM (19 years ago)
Author:
bird
Message:

some adjustments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/essentials/dev-lang/python/Lib/distutils/ccompiler.py

    r3402 r3408  
    10261026    def debug_print (self, msg):
    10271027        from distutils.debug import DEBUG
    1028         # if DEBUG:
     1028        if DEBUG:
    10291029        print msg
    10301030
     
    10601060    ('cygwin.*', 'unix'),
    10611061    ('os2knix', 'unix'),
    1062     #('os2emx', 'emx'), - revert later.
     1062   
    10631063
    10641064    # OS name mappings
Note: See TracChangeset for help on using the changeset viewer.