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