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 1068025 commit bbf8393Copy full SHA for bbf8393
1 file changed
Lib/io.py
@@ -67,6 +67,9 @@
67
68
OpenWrapper = _io.open # for compatibility with _pyio
69
70
+# Pretend this exception was created here.
71
+UnsupportedOperation.__module__ = "io"
72
+
73
# for seek()
74
SEEK_SET = 0
75
SEEK_CUR = 1
0 commit comments