commit | 3a9f58f6b3938823328374f34a3b52a167fed871 | [log] [tgz] |
---|---|---|
author | Éric Araujo <merwok@netwok.org> | Wed Jun 01 20:42:49 2011 +0200 |
committer | Éric Araujo <merwok@netwok.org> | Wed Jun 01 20:42:49 2011 +0200 |
tree | 10cc586248124e3c921dd921602e9730f7064397 | |
parent | a003af1ce9d008e03371b3d16c4d6361961c2e78 [diff] [blame] |
Add documentation for the packaging module. This updates the user guide to refer to Packaging instead of Distutils. Some files still require an update.
diff --git a/Doc/library/python.rst b/Doc/library/python.rst index b67fbfc..07eadb4 100644 --- a/Doc/library/python.rst +++ b/Doc/library/python.rst
@@ -25,4 +25,5 @@ inspect.rst site.rst fpectl.rst + packaging.rst distutils.rst