Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12f21ae commit 3a2ab1aCopy full SHA for 3a2ab1a
3 files changed
Lib/codecs.py
@@ -574,7 +574,7 @@ def make_encoding_map(decoding_map):
574
else:
575
m[v] = None
576
return m
577
-
+
578
### Tests
579
580
if __name__ == '__main__':
Lib/pty.py
@@ -16,7 +16,7 @@
16
# ImportError then. But since tty *does* exist across platforms, that
17
# leaves a damaged module object for tty in sys.modules, and the import
18
# of tty here then appears to work despite that the tty imported is junk.
19
-import termios
+import termios
20
del termios
21
22
import tty
Lib/test/test_urllib2.py
@@ -14,4 +14,3 @@
14
f = urllib2.urlopen(file_url)
15
buf = f.read()
f.close()
0 commit comments