[Patches] [ python-Patches-632643 ] Punycode encoding

SourceForge.net noreply@sourceforge.net
Fri, 18 Apr 2003 03:43:07 -0700


Patches item #632643, was opened at 2002-11-02 18:31
Message generated for change (Comment added) made by loewis
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=632643&group_id=5470

Category: None
Group: None
>Status: Closed
>Resolution: Accepted
Priority: 5
Submitted By: Martin v. Löwis (loewis)
Assigned to: Martin v. Löwis (loewis)
Summary: Punycode encoding

Initial Comment:
This patch implements Punycode,

http://www.ietf.org/internet-drafts/draft-ietf-idn-punycode-03.txt

This will be used by the internationalized domain names.

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

>Comment By: Martin v. Löwis (loewis)
Date: 2003-04-18 12:43

Message:
Logged In: YES 
user_id=21627

I have now updated this module to RFC 3492, and committed
the entire set of IDNA changes as

lib.tex 1.219
libcodecs.tex 1.18
libstringprep.tex 1.1
whatsnew23.tex 1.138
httplib.py 1.74
stringprep.py 1.1
idna.py 1.1
punycode.py 1.1
test_codecs.py 1.6
NEWS 1.733
socketmodule.c 1.259
mkstringprep.py 1.1


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

Comment By: M.-A. Lemburg (lemburg)
Date: 2002-11-05 10:03

Message:
Logged In: YES 
user_id=38388

I don't have time to review this. If punycode will acutally
become
a standard I'm all for adding support to Python for this.


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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=632643&group_id=5470