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

    r2 r391  
    1616convenience.
    1717
    18 Most distutils command implementations are subclasses of the :class:`Command`
    19 class from :mod:`distutils.cmd`.  New commands may directly inherit from
     18Most distutils command implementations are subclasses of the
     19:class:`distutils.cmd.Command` class.  New commands may directly inherit from
    2020:class:`Command`, while replacements often derive from :class:`Command`
    2121indirectly, directly subclassing the command they are replacing.  Commands are
Note: See TracChangeset for help on using the changeset viewer.