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/Doc/library/new.rst

    r2 r391  
    77
    88.. deprecated:: 2.6
    9    The :mod:`new` module has been removed in Python 3.0.  Use the :mod:`types`
     9   The :mod:`new` module has been removed in Python 3.  Use the :mod:`types`
    1010   module's classes instead.
    1111
     
    4949.. function:: code(argcount, nlocals, stacksize, flags, codestring, constants, names, varnames, filename, name, firstlineno, lnotab)
    5050
    51    This function is an interface to the :cfunc:`PyCode_New` C function.
     51   This function is an interface to the :c:func:`PyCode_New` C function.
    5252
    5353   .. XXX This is still undocumented!
Note: See TracChangeset for help on using the changeset viewer.