summaryrefslogtreecommitdiffstats
path: root/Doc/distutils
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2011-05-09 06:05:43 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2011-05-09 06:05:43 (GMT)
commit2f48d892d4036b500f5b79d152b3166b4d205dc9 (patch)
tree84b7b98bf34da03b275e04726884c27ec33c917b /Doc/distutils
parent8269a44d5095cbd0c351aedc41272e9a6d91c269 (diff)
downloadcpython-2f48d892d4036b500f5b79d152b3166b4d205dc9.zip
cpython-2f48d892d4036b500f5b79d152b3166b4d205dc9.tar.gz
cpython-2f48d892d4036b500f5b79d152b3166b4d205dc9.tar.bz2
Stop trying to use _xmlplus in the xml module. Closes #11164.
Patch by Arfrever Frehtes Taifersar Arahesis.
Diffstat (limited to 'Doc/distutils')
-rw-r--r--Doc/distutils/introduction.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/distutils/introduction.rst b/Doc/distutils/introduction.rst
index b772b01..8dc604d 100644
--- a/Doc/distutils/introduction.rst
+++ b/Doc/distutils/introduction.rst
@@ -187,7 +187,7 @@ modules using the Distutils:
module distribution
a collection of Python modules distributed together as a single downloadable
resource and meant to be installed *en masse*. Examples of some well-known
- module distributions are Numeric Python, PyXML, PIL (the Python Imaging
+ module distributions are NumPy, SciPy, PIL (the Python Imaging
Library), or mxBase. (This would be called a *package*, except that term is
already taken in the Python context: a single module distribution may contain
zero, one, or many Python packages.)