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 rumpeltux
Recipients
Date 2004-03-03.18:13:32
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
in /usr/lib/python2.3/encodings/idna.py, line 175 it goes:
lables = input.split('.')
which causes the interpreter to stop executing the
program, but by changing it to
labels = dots.split(input)
everything's fine ;)
History
Date User Action Args
2007-08-23 14:20:16adminlinkissue909230 messages
2007-08-23 14:20:16admincreate