From: Skip Montanaro Date: Tue, 14 Sep 2004 17:58:31 +0000 (+0000) Subject: mention httplib ipv6 fix X-Git-Tag: v2.4b1~260 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=82d0eecf427ca09f65cfa9a718adfd9e5e7275e8;p=python mention httplib ipv6 fix --- diff --git a/Misc/NEWS b/Misc/NEWS index 9024bf4098..1ade365a5c 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 -----