diff options
author | Senthil Kumaran <orsenthil@gmail.com> | 2010-04-16 02:46:46 (GMT) |
---|---|---|
committer | Senthil Kumaran <orsenthil@gmail.com> | 2010-04-16 02:46:46 (GMT) |
commit | 8c6d9d7c8d6082e2168f2756c12638284d0f9206 (patch) | |
tree | 05a28701b5677b459cda9931be1783ad6e237cad /Misc | |
parent | b7b7c77eb3c62bab5dde55d5ad802df4c90645d5 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |