diff options
author | Skip Montanaro <skip@pobox.com> | 2004-09-14 17:58:31 (GMT) |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2004-09-14 17:58:31 (GMT) |
commit | 82d0eecf427ca09f65cfa9a718adfd9e5e7275e8 (patch) | |
tree | ef3161cffad7bccfdb0724151a8531e6446d3b60 /Misc | |
parent | cae14d2714f363445d8ac0d631dc102b0ef292a9 (diff) | |
download | cpython-82d0eecf427ca09f65cfa9a718adfd9e5e7275e8.zip cpython-82d0eecf427ca09f65cfa9a718adfd9e5e7275e8.tar.gz cpython-82d0eecf427ca09f65cfa9a718adfd9e5e7275e8.tar.bz2 |
mention httplib ipv6 fix
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 ----- |