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/extending/building.rst

    r2 r391  
    5959driver script. In the example above, the\ ``ext_modules`` argument to
    6060:func:`setup` is a list of extension modules, each of which is an instance of
    61 the :class:`Extension`. In the example, the instance defines an extension named
    62 ``demo`` which is build by compiling a single source file, :file:`demo.c`.
     61the :class:`~distutils.extension.Extension`. In the example, the instance
     62defines an extension named ``demo`` which is build by compiling a single source
     63file, :file:`demo.c`.
    6364
    6465In many cases, building an extension is more complex, since additional
Note: See TracChangeset for help on using the changeset viewer.