]> granicus.if.org Git - python/commitdiff
Removal an invalid entry as the fixer for urllib is under active development.
authorBrett Cannon <bcannon@gmail.com>
Fri, 11 Jul 2008 00:10:49 +0000 (00:10 +0000)
committerBrett Cannon <bcannon@gmail.com>
Fri, 11 Jul 2008 00:10:49 +0000 (00:10 +0000)
Misc/NEWS

index 92cba3198c3d4c87ce14c28c03737e2f1b67bbcd..638051f8f0afb8c1d0354000942eaf70501bdea4 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -70,10 +70,6 @@ Library
 - Issue #2885 (partial): The urllib.urlopen() function has been deprecated for
   removal in Python 3.0 in favor of urllib2.urlopen().
 
-- Issue #2885 (partial): lib2to3 has been updated to handle the renaming of the
-  urllib module in Python 3.0 to urllib.request, urllib.parse, and
-  urllib.error.
-
 - Issue #2113: Fix error in subprocess.Popen if the select system call is
   interrupted by a signal.