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/Tools/README

    r2 r388  
    2121freeze          Create a stand-alone executable from a Python program.
    2222
     23gdb             Python code to be run inside gdb, to make it easier to
     24                debug Python itself (by David Malcolm).
     25
    2326i18n            Tools for internationalization. pygettext.py
    2427                parses Python source code and generates .pot files,
     
    2629                from a catalog in text format.
    2730
    28 modulator       Interactively generate boiler plate for an extension
    29                 module.  Works easiest if you have Tk.
    30 
    3131pynche          A Tkinter-based color editor.
    3232
    33 scripts         A number of useful single-file programs, e.g. tabnanny.py
    34                 (by Tim Peters), which checks for inconsistent mixing
    35                 of tabs and spaces.
     33scripts         A number of useful single-file programs, e.g. tabnanny.py
     34                by Tim Peters, which checks for inconsistent mixing of
     35                tabs and spaces, and 2to3, which converts Python 2 code
     36                to Python 3 code.
    3637
    3738unicode         Tools used to generate unicode database files for
Note: See TracChangeset for help on using the changeset viewer.