Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e12ef04

Browse files
committed
add UnsupportedOperation to __all__
1 parent e08a66a commit e12ef04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/io.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"BytesIO", "StringIO", "BufferedIOBase",
5454
"BufferedReader", "BufferedWriter", "BufferedRWPair",
5555
"BufferedRandom", "TextIOBase", "TextIOWrapper",
56-
"SEEK_SET", "SEEK_CUR", "SEEK_END"]
56+
"UnsupportedOperation", "SEEK_SET", "SEEK_CUR", "SEEK_END"]
5757

5858

5959
import _io

0 commit comments

Comments
 (0)