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/modulefinder.rst

    r2 r391  
    1 
    21:mod:`modulefinder` --- Find modules used by a script
    32=====================================================
    43
     4.. module:: modulefinder
     5   :synopsis: Find modules used by a script.
    56.. sectionauthor:: A.M. Kuchling <amk@amk.ca>
    67
    78
    8 .. module:: modulefinder
    9    :synopsis: Find modules used by a script.
     9.. versionadded:: 2.3
    1010
     11**Source code:** :source:`Lib/modulefinder.py`
    1112
    12 .. versionadded:: 2.3
     13--------------
    1314
    1415This module provides a :class:`ModuleFinder` class that can be used to determine
Note: See TracChangeset for help on using the changeset viewer.