pike.git/
CHANGES
Branch:
Tag:
Non-build tags
All tags
No tags
2004-05-05
2004-05-05 14:41:55 by Johan Sundström <oyasumi@gmail.com>
6839e7e8f582fb02d648f3c2dd4862fb192cbe03 (
7
lines) (+
6
/-
1
)
[
Show
|
Annotate
]
Branch:
7.6
The hinted-at punycode example.
Rev: CHANGES:1.81
442:
o Standards.IDNA This module implements various algorithms specified by the Internationalizing Domain Names in Applications (IDNA) memo by the
-
Internet Engineering Task Force (IETF), RFC 3490.
+
Internet Engineering Task Force (IETF), RFC 3490.
Your most likely
+
apllication of this will be the encoding and decoding of punycode:
-
+
Standards.IDNA.Punycode.encode("räksmörgås");
+
+
o Thread Thread.Fifo and Thread.Queue have been extended with try_* varieties of all functions that can block, and with functions that