summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Lib/urllib.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/urllib.py b/Lib/urllib.py
index 2f0f847..0a936c4 100644
--- a/Lib/urllib.py
+++ b/Lib/urllib.py
@@ -1158,7 +1158,6 @@ def urlencode(query,doseq=0):
# sequences...
try:
# non-sequence items should not work with len()
- x = len(query)
# non-empty strings will fail this
if len(query) and type(query[0]) != types.TupleType:
raise TypeError