mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
add UnsupportedOperation to __all__
This commit is contained in:
parent
e08a66a371
commit
e12ef0421a
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ __all__ = ["BlockingIOError", "open", "IOBase", "RawIOBase", "FileIO",
|
|||
"BytesIO", "StringIO", "BufferedIOBase",
|
||||
"BufferedReader", "BufferedWriter", "BufferedRWPair",
|
||||
"BufferedRandom", "TextIOBase", "TextIOWrapper",
|
||||
"SEEK_SET", "SEEK_CUR", "SEEK_END"]
|
||||
"UnsupportedOperation", "SEEK_SET", "SEEK_CUR", "SEEK_END"]
|
||||
|
||||
|
||||
import _io
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue