Kaydet (Commit) bc9bc187 authored tarafından Neal Norwitz's avatar Neal Norwitz

SF #515024 remove unused variable

üst f151625b
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment