commit | e12ef0421a90bee9ea64a2fbec4b9d2b1ed4c1ef | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Wed Apr 29 21:53:47 2009 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Wed Apr 29 21:53:47 2009 +0000 |
tree | 43ed49d793e86e9ac620b0d08c67e8f9454f61a7 | |
parent | e08a66a37140faef88bc992cd5d1d2e8982e8012 [diff] [blame] |
add UnsupportedOperation to __all__
diff --git a/Lib/io.py b/Lib/io.py index 56ceb58..1315708 100644 --- a/Lib/io.py +++ b/Lib/io.py
@@ -53,7 +53,7 @@ "BytesIO", "StringIO", "BufferedIOBase", "BufferedReader", "BufferedWriter", "BufferedRWPair", "BufferedRandom", "TextIOBase", "TextIOWrapper", - "SEEK_SET", "SEEK_CUR", "SEEK_END"] + "UnsupportedOperation", "SEEK_SET", "SEEK_CUR", "SEEK_END"] import _io