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 kxroberto
Recipients
Date 2006-04-18.09:28:35
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
httplib employs the "idna" encoding. that leads to
errors in py2exe/cxfreeze. And if forced into the
installer, it draws the 400kB+ unicodedata.pyd (on Win)
in innocent small apps. Otherwise no normal technical
modules draw the unicodedata.

Is that really necessary?

History
Date User Action Args
2007-08-23 16:11:49adminlinkissue1472176 messages
2007-08-23 16:11:49admincreate