Ignore:
Timestamp:
Mar 19, 2014, 11:11:30 AM (11 years ago)
Author:
dmik
Message:

python: Update vendor to 2.7.6.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/vendor/current/Misc/BeOS-setup.py

    r2 r388  
    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.