Changeset 391 for python/trunk/Doc/distutils/extending.rst
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Doc/distutils/extending.rst
r2 r391 16 16 convenience. 17 17 18 Most distutils command implementations are subclasses of the :class:`Command`19 class from :mod:`distutils.cmd`. New commands may directly inherit from18 Most distutils command implementations are subclasses of the 19 :class:`distutils.cmd.Command` class. New commands may directly inherit from 20 20 :class:`Command`, while replacements often derive from :class:`Command` 21 21 indirectly, directly subclassing the command they are replacing. Commands are
Note:
See TracChangeset
for help on using the changeset viewer.