summaryrefslogtreecommitdiffstats
path: root/Lib/encodings/idna.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/encodings/idna.py')
-rw-r--r--Lib/encodings/idna.py1
1 files changed, 0 insertions, 1 deletions
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 @@ dots = re.compile("[\u002E\u3002\uFF0E\uFF61]")
# IDNA section 5
ace_prefix = "xn--"
-uace_prefix = str(ace_prefix, "ascii")
# This assumes query strings, so AllowUnassigned is true
def nameprep(label):