summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSenthil Kumaran <orsenthil@gmail.com>2010-04-16 11:28:05 (GMT)
committerSenthil Kumaran <orsenthil@gmail.com>2010-04-16 11:28:05 (GMT)
commita6023ca337cdb494e96f35cf49dd7900897c45f4 (patch)
tree6ce966b4d3747114f63e72be97b4f0013eafa2d8 /Misc
parent2176ad5f304880bcc2341106ba4ed943ded8a120 (diff)
downloadcpython-a6023ca337cdb494e96f35cf49dd7900897c45f4.zip
cpython-a6023ca337cdb494e96f35cf49dd7900897c45f4.tar.gz
cpython-a6023ca337cdb494e96f35cf49dd7900897c45f4.tar.bz2
Reverting the previous checkin (80103). The feature should not have been merged to 3.1 maint.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 181d630..536ea43 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -28,9 +28,6 @@ Core and Builtins
Library
-------
-- Issue #2987: RFC2732 support for urlparse (IPv6 addresses). Patch by Tony
- Locke and Hans Ulrich Niedermann.
-
- Issue #5277: Fix quote counting when parsing RFC 2231 encoded parameters.
- Issue #8383: pickle and pickletools use surrogatepass error handler when