summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSenthil Kumaran <orsenthil@gmail.com>2010-04-16 02:46:46 (GMT)
committerSenthil Kumaran <orsenthil@gmail.com>2010-04-16 02:46:46 (GMT)
commit8c6d9d7c8d6082e2168f2756c12638284d0f9206 (patch)
tree05a28701b5677b459cda9931be1783ad6e237cad /Misc
parentb7b7c77eb3c62bab5dde55d5ad802df4c90645d5 (diff)
downloadcpython-8c6d9d7c8d6082e2168f2756c12638284d0f9206.zip
cpython-8c6d9d7c8d6082e2168f2756c12638284d0f9206.tar.gz
cpython-8c6d9d7c8d6082e2168f2756c12638284d0f9206.tar.bz2
Fix issue2987: RFC2732 support for urlparse (IPv6 addresses)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f9b04f8..3c49738 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -15,6 +15,9 @@ Core and Builtins
Library
-------
+- Issue #2987: RFC2732 support for urlparse (IPv6 addresses). Patch by Tony
+ Locke and Hans Ulrich Niedermann.
+
- Issue #7585: difflib context and unified diffs now place a tab between
filename and date, conforming to the 'standards' they were originally
designed to follow. This improves compatibility with patch tools.