]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Oops! 2.5 news about setuptools snuck into 2.4 when
authorTim Peters <tim.peters@gmail.com>
Fri, 21 Apr 2006 21:35:20 +0000 (21:35 +0000)
committerTim Peters <tim.peters@gmail.com>
Fri, 21 Apr 2006 21:35:20 +0000 (21:35 +0000)
I resolved merge conflicts from a recent backport.

Misc/NEWS

index d309e4b483b0f44a74b59f28bcc8a8dbd5c29c2e..d25638583f252f69d0a8f1abe7837981fa33a34e 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -46,9 +46,6 @@ Library
   raise an exception some day.  But dicts have been allowed, and "mostly
   worked", so support for them won't go away without warning.
 
-- New modules: setuptools, easy_install, and pkg_resources, to support
-  building, installing, and using Python eggs, respectively.
-
 Tools/Demos
 -----------