diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2011-05-09 08:05:43 +0200 |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2011-05-09 08:05:43 +0200 |
commit | 2f48d892d4036b500f5b79d152b3166b4d205dc9 (patch) | |
tree | 84b7b98bf34da03b275e04726884c27ec33c917b /Doc/library/modulefinder.rst | |
parent | 8269a44d5095cbd0c351aedc41272e9a6d91c269 (diff) | |
download | cpython-git-2f48d892d4036b500f5b79d152b3166b4d205dc9.tar.gz |
Stop trying to use _xmlplus in the xml module. Closes #11164.
Patch by Arfrever Frehtes Taifersar Arahesis.
Diffstat (limited to 'Doc/library/modulefinder.rst')
-rw-r--r-- | Doc/library/modulefinder.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/library/modulefinder.rst b/Doc/library/modulefinder.rst index 41b387bb99..41c603ce9b 100644 --- a/Doc/library/modulefinder.rst +++ b/Doc/library/modulefinder.rst @@ -22,8 +22,7 @@ report of the imported modules will be printed. .. function:: ReplacePackage(oldname, newname) Allows specifying that the module named *oldname* is in fact the package named - *newname*. The most common usage would be to handle how the :mod:`_xmlplus` - package replaces the :mod:`xml` package. + *newname*. .. class:: ModuleFinder(path=None, debug=0, excludes=[], replace_paths=[]) |