summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorPhillip J. Eby <pje@telecommunity.com>2006-04-24 20:53:13 (GMT)
committerPhillip J. Eby <pje@telecommunity.com>2006-04-24 20:53:13 (GMT)
commit0a07ab97c5e62fd1ebbea44bc81f55113dec7080 (patch)
treef0a9064d4a3be45e0f6566519d9f22095ccf0ccb /Misc/NEWS
parent0a7ed8c2d393e695fcb5a010926fa71eaca6c042 (diff)
downloadcpython-0a07ab97c5e62fd1ebbea44bc81f55113dec7080.zip
cpython-0a07ab97c5e62fd1ebbea44bc81f55113dec7080.tar.gz
cpython-0a07ab97c5e62fd1ebbea44bc81f55113dec7080.tar.bz2
Revert addition of setuptools
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c6fe5b1..d972b5a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -97,9 +97,6 @@ Library
- Bug #1473760: ``tempfile.TemporaryFile()`` could hang on Windows, when
called from a thread spawned as a side effect of importing a module.
-- New modules: setuptools, easy_install, and pkg_resources, to support
- building, installing, and using Python eggs, respectively.
-
- The pydoc module now supports documenting packages contained in
.zip or .egg files.