2 messages in org.python.python-bugs-list[ python-Bugs-909230 ] bug in idna-en...
FromSent OnAttachments
SourceForge.netMar 3, 2004 4:03 pm 
SourceForge.netMar 5, 2004 2:51 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[ python-Bugs-909230 ] bug in idna-encoding-moduleActions...
From:SourceForge.net (nore@sourceforge.net)
Date:Mar 3, 2004 4:03:17 pm
List:org.python.python-bugs-list

Bugs item #909230, was opened at 2004-03-03 18:13 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=909230&group_id=5470

Category: Python Library Group: Python 2.3 Status: Open Resolution: None Priority: 5 Submitted By: Rumpeltux (rumpeltux) Assigned to: Nobody/Anonymous (nobody) Summary: bug in idna-encoding-module

Initial Comment: 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 ;)

----------------------------------------------------------------------