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.

Author gdamjan
Recipients
Date 2004-09-13.12:38:17
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
http://docs.python.org/whatsnew/node18.html says that
unicode host names are allowed in the socket module
(automatically converting them by the IDNA spec), but
is seems the support is not fully implemented.

only the connect method of a socket instance will do
the auto conversion to a 'idna' string. 
socket.getaddr* functions will not!

Also other modules should support unicode hostnames.
(httplib already does) but urllib and urllib2 don't.
History
Date User Action Args
2008-01-20 09:57:09adminlinkissue1027206 messages
2008-01-20 09:57:09admincreate