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 e08a66a commit e12ef04Copy full SHA for e12ef04
1 file changed
Lib/io.py
@@ -53,7 +53,7 @@
53
"BytesIO", "StringIO", "BufferedIOBase",
54
"BufferedReader", "BufferedWriter", "BufferedRWPair",
55
"BufferedRandom", "TextIOBase", "TextIOWrapper",
56
- "SEEK_SET", "SEEK_CUR", "SEEK_END"]
+ "UnsupportedOperation", "SEEK_SET", "SEEK_CUR", "SEEK_END"]
57
58
59
import _io
0 commit comments