This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Adding IPv6 host handling to httplib
Type: Stage:
Components: Library (Lib) Versions:
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: dgm6net, loewis
Priority: normal Keywords: patch

Created on 2004-09-15 11:14 by dgm6net, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
httplib_dgm.diff dgm6net, 2004-09-15 11:14
Messages (2)
msg46897 - (view) Author: David Mills (dgm6net) Date: 2004-09-15 11:14
getaddrinfo() doesn't like the square brackets round an
IPv6 hostname, so they are now stripped off.
msg46898 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2004-09-17 23:14
Logged In: YES 
user_id=21627

The patch is out of date; rejecting it.
History
Date User Action Args
2022-04-11 14:56:07adminsetgithub: 40915
2004-09-15 11:14:20dgm6netcreate