summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2004-09-14 17:58:31 (GMT)
committerSkip Montanaro <skip@pobox.com>2004-09-14 17:58:31 (GMT)
commit82d0eecf427ca09f65cfa9a718adfd9e5e7275e8 (patch)
treeef3161cffad7bccfdb0724151a8531e6446d3b60 /Misc
parentcae14d2714f363445d8ac0d631dc102b0ef292a9 (diff)
downloadcpython-82d0eecf427ca09f65cfa9a718adfd9e5e7275e8.zip
cpython-82d0eecf427ca09f65cfa9a718adfd9e5e7275e8.tar.gz
cpython-82d0eecf427ca09f65cfa9a718adfd9e5e7275e8.tar.bz2
mention httplib ipv6 fix
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9024bf4..1ade365 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -42,6 +42,8 @@ Library
encourage people to stitch doctests together via doctest's unittest
integration features instead. It would help if those were documented.
+- httplib now handles ipv6 address/port pairs.
+
Build
-----