summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
author?ric Araujo <merwok@netwok.org>2012-03-13 16:40:09 +0100
committer?ric Araujo <merwok@netwok.org>2012-03-13 16:40:09 +0100
commita6203bedc4af4e33745e561a63d1a64626778120 (patch)
tree6707240086f5c4aa3086d18d0cee9e64b9309d02 /CHANGES.txt
parent030489ab11c4252a876d1881e2c7a9b38c07a898 (diff)
downloaddisutils2-a6203bedc4af4e33745e561a63d1a64626778120.tar.gz
Remove out-of-date documentation.
Tarek and I agreed that maintaining doc in two places was wasteful, so I?m going to point people to the packaging docs in Python 3.3. Most of them apply as is to distutils2, except for the module name and a few other things that I?ll fix later (like the logger name or the HTTP user agent string). I will put up a simple page with links on packages.python.org to replace the old doc.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 93ba837..c3fcbf9 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -111,8 +111,8 @@ CONTRIBUTORS.txt for full names. Bug numbers refer to http://bugs.python.org/.
guillermoo, éric]
- Add 'pysetup generate-setup' to expose util.generate_setup_py [tarek]
- #11092: Make sdist always include setup.cfg [éric]
-- #12246: Don’t try to install something when running from an uninstalled Python
- built in its checkout [tschepang, éric]
+- #12246: Don't try to install something when running from an uninstalled Python
+ built in its checkout [tshepang, éric]
- Add packaging.util.split_multiline [julien m, erik]
- #11595: Fix assorted bugs in packaging.util.cfg_to_args [erik, éric]
- #12240: Allow multiple setup hooks [erik, éric]
@@ -173,6 +173,8 @@ CONTRIBUTORS.txt for full names. Bug numbers refer to http://bugs.python.org/.
- #14264: Stop removing trailing zeroes in versions [tarek]
- #14268: Fix small error in a test [tarek]
- Drop support for Python 2.4 [tarek, éric]
+- Out-of-date documentation removed, people should look at
+ http://docs.python.org/dev/packaging [éric]
1.0a3 - 2010-10-08