Kaydet (Commit) cafc225f authored tarafından Benjamin Peterson's avatar Benjamin Peterson

add seek constants to __all__

üst 00b65908
......@@ -55,7 +55,8 @@ __author__ = ("Guido van Rossum <guido@python.org>, "
__all__ = ["BlockingIOError", "open", "IOBase", "RawIOBase", "FileIO",
"BytesIO", "StringIO", "BufferedIOBase",
"BufferedReader", "BufferedWriter", "BufferedRWPair",
"BufferedRandom", "TextIOBase", "TextIOWrapper"]
"BufferedRandom", "TextIOBase", "TextIOWrapper",
"SEEK_SET", "SEEK_CUR", "SEEK_END"]
import os
import abc
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment