Issue 632643: Punycode encoding - Python tracker (original) (raw)
Issue632643
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.
This issue has been migrated to GitHub: https://github.com/python/cpython/issues/37401
classification
Title: | Punycode encoding | |
---|---|---|
Type: | Stage: | |
Components: | None | Versions: |
process
Status: | closed | Resolution: | accepted |
---|---|---|---|
Dependencies: | Superseder: | ||
Assigned To: | loewis | Nosy List: | lemburg, loewis |
Priority: | normal | Keywords: | patch |
Created on 2002-11-02 17:31 by loewis, last changed 2022-04-10 16:05 by admin. This issue is now closed.
Files | |||
---|---|---|---|
File name | Uploaded | Description | Edit |
punycode.py | loewis,2002-11-02 17:31 | ||
test.diff | loewis,2002-11-02 17:32 |
Messages (3) | ||
---|---|---|
msg41524 - (view) | Author: Martin v. Löwis (loewis) * ![]() |
Date: 2002-11-02 17:31 |
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. | ||
msg41525 - (view) | Author: Marc-Andre Lemburg (lemburg) * ![]() |
Date: 2002-11-05 09:03 |
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. | ||
msg41526 - (view) | Author: Martin v. Löwis (loewis) * ![]() |
Date: 2003-04-18 10:43 |
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 |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-10 16:05:48 | admin | set | github: 37401 |
2002-11-02 17:31:06 | loewis | create |