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/Misc/BeOS-setup.py

    r2 r391  
    196196        # operator.add() and similar goodies
    197197        exts.append( Extension('operator', ['operator.c']) )
    198         # access to the builtin codecs and codec registry
     198        # access to the built-in codecs and codec registry
    199199        exts.append( Extension('_codecs', ['_codecsmodule.c']) )
    200200        # Python C API test module
     
    357357
    358358        # Unix-only modules
    359         if platform not in ['mac', 'win32']:
     359        if platform == 'win32':
    360360            # Steen Lumholt's termios module
    361361            exts.append( Extension('termios', ['termios.c']) )
Note: See TracChangeset for help on using the changeset viewer.