diff options
author | Éric Araujo <merwok@netwok.org> | 2011-06-01 20:42:49 +0200 |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-06-01 20:42:49 +0200 |
commit | 3a9f58f6b3938823328374f34a3b52a167fed871 (patch) | |
tree | 10cc586248124e3c921dd921602e9730f7064397 /Doc/library/python.rst | |
parent | a003af1ce9d008e03371b3d16c4d6361961c2e78 (diff) | |
download | cpython-git-3a9f58f6b3938823328374f34a3b52a167fed871.tar.gz |
Add documentation for the packaging module.
This updates the user guide to refer to Packaging instead of Distutils.
Some files still require an update.
Diffstat (limited to 'Doc/library/python.rst')
-rw-r--r-- | Doc/library/python.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/library/python.rst b/Doc/library/python.rst index b67fbfc281..07eadb4faa 100644 --- a/Doc/library/python.rst +++ b/Doc/library/python.rst @@ -25,4 +25,5 @@ overview: inspect.rst site.rst fpectl.rst + packaging.rst distutils.rst |