summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2008-07-11 00:10:49 (GMT)
committerBrett Cannon <bcannon@gmail.com>2008-07-11 00:10:49 (GMT)
commitea40c587d82b9d975108110151ca901d26fffa7b (patch)
treee4bed7d1c546e0cc1a136f4b0bb09fe65c76a61c
parent476290299885a87b8b90b55bbfef067945e63913 (diff)
downloadcpython-ea40c587d82b9d975108110151ca901d26fffa7b.zip
cpython-ea40c587d82b9d975108110151ca901d26fffa7b.tar.gz
cpython-ea40c587d82b9d975108110151ca901d26fffa7b.tar.bz2
Removal an invalid entry as the fixer for urllib is under active development.
-rw-r--r--Misc/NEWS4
1 files changed, 0 insertions, 4 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 92cba31..638051f 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.