diff options
author | Phillip J. Eby <pje@telecommunity.com> | 2006-04-24 20:53:13 (GMT) |
---|---|---|
committer | Phillip J. Eby <pje@telecommunity.com> | 2006-04-24 20:53:13 (GMT) |
commit | 0a07ab97c5e62fd1ebbea44bc81f55113dec7080 (patch) | |
tree | f0a9064d4a3be45e0f6566519d9f22095ccf0ccb /Misc/NEWS | |
parent | 0a7ed8c2d393e695fcb5a010926fa71eaca6c042 (diff) | |
download | cpython-0a07ab97c5e62fd1ebbea44bc81f55113dec7080.zip cpython-0a07ab97c5e62fd1ebbea44bc81f55113dec7080.tar.gz cpython-0a07ab97c5e62fd1ebbea44bc81f55113dec7080.tar.bz2 |
Revert addition of setuptools
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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. |