commit | 3699582e035ec08108b65ecda0bf043e4d56260f | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Wed May 09 17:38:24 2007 +0000 |
committer | Guido van Rossum <guido@python.org> | Wed May 09 17:38:24 2007 +0000 |
tree | 195d612eb45e3f7ca258805ae7a961fbd28cdac7 | |
parent | 00048f0c220b1aee4a5382c9672a1d819bec198a [diff] |
Fix trivial bug in idna encoding.
diff --git a/Lib/encodings/idna.py b/Lib/encodings/idna.py index d9322a1..b226d22 100644 --- a/Lib/encodings/idna.py +++ b/Lib/encodings/idna.py
@@ -8,7 +8,6 @@ # IDNA section 5 ace_prefix = "xn--" -uace_prefix = str(ace_prefix, "ascii") # This assumes query strings, so AllowUnassigned is true def nameprep(label):