From: Brett Cannon Date: Fri, 11 Jul 2008 00:10:49 +0000 (+0000) Subject: Removal an invalid entry as the fixer for urllib is under active development. X-Git-Tag: v2.6b2~76 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ea40c587d82b9d975108110151ca901d26fffa7b;p=python Removal an invalid entry as the fixer for urllib is under active development. --- diff --git a/Misc/NEWS b/Misc/NEWS index 92cba3198c..638051f8f0 100644 --- 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.