commit | bc9bc187aa9e2b18a2e3d49aa743e37cdaa1bb18 | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Mon Feb 11 18:06:21 2002 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Mon Feb 11 18:06:21 2002 +0000 |
tree | 3a4a4d95b5dbf60e6b61f7b52c8413ebe180b1c1 | |
parent | f151625b59bcd07e35910281444aa4a5974613c7 [diff] |
SF #515024 remove unused variable
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 @@ # 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