René's URL Explorer Experiment


Title: 15.2. io — Core tools for working with streams — Python 2.7.18 documentation

direct link

Domain: docs.python.org

Links:

no longer supportedhttps://devguide.python.org/devcycle/#end-of-life-branches
Python documentation for the current stable releasehttps://docs.python.org/3/library/io.html
indexhttps://docs.python.org/2/genindex.html
moduleshttps://docs.python.org/2/py-modindex.html
nexthttps://docs.python.org/2/library/time.html
previoushttps://docs.python.org/2/library/os.html
Pythonhttps://www.python.org/
Python 2.7.18 documentationhttps://docs.python.org/2/index.html
The Python Standard Libraryhttps://docs.python.org/2/library/index.html
15. Generic Operating System Serviceshttps://docs.python.org/2/library/allos.html
iohttps://docs.python.org/2/library/io.html#module-io
https://docs.python.org/2/library/io.html#module-io
iohttps://docs.python.org/2/library/io.html#module-io
filehttps://docs.python.org/2/library/functions.html#file
strhttps://docs.python.org/2/library/functions.html#str
unicodehttps://docs.python.org/2/library/functions.html#unicode
iohttps://docs.python.org/2/library/io.html#module-io
IOBasehttps://docs.python.org/2/library/io.html#io.IOBase
IOErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.IOError
IOBasehttps://docs.python.org/2/library/io.html#io.IOBase
RawIOBasehttps://docs.python.org/2/library/io.html#io.RawIOBase
FileIOhttps://docs.python.org/2/library/io.html#io.FileIO
RawIOBasehttps://docs.python.org/2/library/io.html#io.RawIOBase
BufferedIOBasehttps://docs.python.org/2/library/io.html#io.BufferedIOBase
RawIOBasehttps://docs.python.org/2/library/io.html#io.RawIOBase
BufferedWriterhttps://docs.python.org/2/library/io.html#io.BufferedWriter
BufferedReaderhttps://docs.python.org/2/library/io.html#io.BufferedReader
BufferedRWPairhttps://docs.python.org/2/library/io.html#io.BufferedRWPair
BufferedRandomhttps://docs.python.org/2/library/io.html#io.BufferedRandom
BytesIOhttps://docs.python.org/2/library/io.html#io.BytesIO
IOBasehttps://docs.python.org/2/library/io.html#io.IOBase
TextIOBasehttps://docs.python.org/2/library/io.html#io.TextIOBase
unicodehttps://docs.python.org/2/library/functions.html#unicode
TextIOWrapperhttps://docs.python.org/2/library/io.html#io.TextIOWrapper
BufferedIOBasehttps://docs.python.org/2/library/io.html#io.BufferedIOBase
StringIOhttps://docs.python.org/2/library/io.html#io.StringIO
open()https://docs.python.org/2/library/io.html#io.open
https://docs.python.org/2/library/io.html#module-interface
https://docs.python.org/2/library/io.html#io.DEFAULT_BUFFER_SIZE
open()https://docs.python.org/2/library/io.html#io.open
os.stat()https://docs.python.org/2/library/os.html#os.stat
https://docs.python.org/2/library/io.html#io.open
IOErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.IOError
unicodehttps://docs.python.org/2/library/functions.html#unicode
DEFAULT_BUFFER_SIZEhttps://docs.python.org/2/library/io.html#io.DEFAULT_BUFFER_SIZE
locale.getpreferredencoding()https://docs.python.org/2/library/locale.html#locale.getpreferredencoding
codecshttps://docs.python.org/2/library/codecs.html#module-codecs
ValueErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.ValueError
codecs.register_error()https://docs.python.org/2/library/codecs.html#codecs.register_error
universal newlineshttps://docs.python.org/2/glossary.html#term-universal-newlines
os.linesephttps://docs.python.org/2/library/os.html#os.linesep
open()https://docs.python.org/2/library/io.html#io.open
open()https://docs.python.org/2/library/io.html#io.open
TextIOBasehttps://docs.python.org/2/library/io.html#io.TextIOBase
TextIOWrapperhttps://docs.python.org/2/library/io.html#io.TextIOWrapper
BufferedIOBasehttps://docs.python.org/2/library/io.html#io.BufferedIOBase
BufferedReaderhttps://docs.python.org/2/library/io.html#io.BufferedReader
BufferedWriterhttps://docs.python.org/2/library/io.html#io.BufferedWriter
BufferedRandomhttps://docs.python.org/2/library/io.html#io.BufferedRandom
RawIOBasehttps://docs.python.org/2/library/io.html#io.RawIOBase
FileIOhttps://docs.python.org/2/library/io.html#io.FileIO
unicodehttps://docs.python.org/2/library/functions.html#unicode
unicodehttps://docs.python.org/2/library/functions.html#unicode
StringIOhttps://docs.python.org/2/library/io.html#io.StringIO
BytesIOhttps://docs.python.org/2/library/io.html#io.BytesIO
https://docs.python.org/2/library/io.html#io.BlockingIOError
IOErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.IOError
IOErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.IOError
BlockingIOErrorhttps://docs.python.org/2/library/io.html#io.BlockingIOError
https://docs.python.org/2/library/io.html#io.BlockingIOError.characters_written
https://docs.python.org/2/library/io.html#io.UnsupportedOperation
IOErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.IOError
ValueErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.ValueError
https://docs.python.org/2/library/io.html#i-o-base-classes
https://docs.python.org/2/library/io.html#io.IOBase
IOBasehttps://docs.python.org/2/library/io.html#io.IOBase
IOErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.IOError
strhttps://docs.python.org/2/library/functions.html#str
bytearrayhttps://docs.python.org/2/library/functions.html#bytearray
memoryviewhttps://docs.python.org/2/library/stdtypes.html#memoryview
readinto()https://docs.python.org/2/library/io.html#io.RawIOBase.readinto
bytearrayhttps://docs.python.org/2/library/functions.html#bytearray
unicodehttps://docs.python.org/2/library/functions.html#unicode
memoryviewhttps://docs.python.org/2/library/stdtypes.html#memoryview
IOErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.IOError
IOBasehttps://docs.python.org/2/library/io.html#io.IOBase
unicodehttps://docs.python.org/2/library/functions.html#unicode
readline()https://docs.python.org/2/library/io.html#io.IOBase.readline
withhttps://docs.python.org/2/reference/compound_stmts.html#with
withhttps://docs.python.org/2/reference/compound_stmts.html#with
IOBasehttps://docs.python.org/2/library/io.html#io.IOBase
https://docs.python.org/2/library/io.html#io.IOBase.close
ValueErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.ValueError
https://docs.python.org/2/library/io.html#io.IOBase.closed
https://docs.python.org/2/library/io.html#io.IOBase.fileno
IOErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.IOError
https://docs.python.org/2/library/io.html#io.IOBase.flush
https://docs.python.org/2/library/io.html#io.IOBase.isatty
https://docs.python.org/2/library/io.html#io.IOBase.readable
IOErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.IOError
https://docs.python.org/2/library/io.html#io.IOBase.readline
open()https://docs.python.org/2/library/io.html#io.open
https://docs.python.org/2/library/io.html#io.IOBase.readlines
https://docs.python.org/2/library/io.html#io.IOBase.seek
https://docs.python.org/2/library/io.html#io.IOBase.seekable
seek()https://docs.python.org/2/library/io.html#io.IOBase.seek
tell()https://docs.python.org/2/library/io.html#io.IOBase.tell
truncate()https://docs.python.org/2/library/io.html#io.IOBase.truncate
IOErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.IOError
https://docs.python.org/2/library/io.html#io.IOBase.tell
https://docs.python.org/2/library/io.html#io.IOBase.truncate
https://docs.python.org/2/library/io.html#io.IOBase.writable
truncate()https://docs.python.org/2/library/io.html#io.IOBase.truncate
IOErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.IOError
https://docs.python.org/2/library/io.html#io.IOBase.writelines
https://docs.python.org/2/library/io.html#io.IOBase.__del__
IOBasehttps://docs.python.org/2/library/io.html#io.IOBase
close()https://docs.python.org/2/library/io.html#io.IOBase.close
https://docs.python.org/2/library/io.html#io.RawIOBase
IOBasehttps://docs.python.org/2/library/io.html#io.IOBase
IOBasehttps://docs.python.org/2/library/io.html#io.IOBase
https://docs.python.org/2/library/io.html#io.RawIOBase.read
readall()https://docs.python.org/2/library/io.html#io.RawIOBase.readall
https://docs.python.org/2/library/io.html#io.RawIOBase.readall
https://docs.python.org/2/library/io.html#io.RawIOBase.readinto
bytearrayhttps://docs.python.org/2/library/functions.html#bytearray
memoryviewhttps://docs.python.org/2/library/stdtypes.html#memoryview
https://docs.python.org/2/library/io.html#io.RawIOBase.write
bytearrayhttps://docs.python.org/2/library/functions.html#bytearray
memoryviewhttps://docs.python.org/2/library/stdtypes.html#memoryview
https://docs.python.org/2/library/io.html#io.BufferedIOBase
IOBasehttps://docs.python.org/2/library/io.html#io.IOBase
RawIOBasehttps://docs.python.org/2/library/io.html#io.RawIOBase
read()https://docs.python.org/2/library/io.html#io.BufferedIOBase.read
readinto()https://docs.python.org/2/library/io.html#io.BufferedIOBase.readinto
write()https://docs.python.org/2/library/io.html#io.BufferedIOBase.write
BlockingIOErrorhttps://docs.python.org/2/library/io.html#io.BlockingIOError
RawIOBasehttps://docs.python.org/2/library/io.html#io.RawIOBase
read()https://docs.python.org/2/library/io.html#io.BufferedIOBase.read
readinto()https://docs.python.org/2/library/io.html#io.BufferedIOBase.readinto
BufferedIOBasehttps://docs.python.org/2/library/io.html#io.BufferedIOBase
RawIOBasehttps://docs.python.org/2/library/io.html#io.RawIOBase
BufferedWriterhttps://docs.python.org/2/library/io.html#io.BufferedWriter
BufferedReaderhttps://docs.python.org/2/library/io.html#io.BufferedReader
BufferedIOBasehttps://docs.python.org/2/library/io.html#io.BufferedIOBase
IOBasehttps://docs.python.org/2/library/io.html#io.IOBase
https://docs.python.org/2/library/io.html#io.BufferedIOBase.raw
RawIOBasehttps://docs.python.org/2/library/io.html#io.RawIOBase
BufferedIOBasehttps://docs.python.org/2/library/io.html#io.BufferedIOBase
BufferedIOBasehttps://docs.python.org/2/library/io.html#io.BufferedIOBase
https://docs.python.org/2/library/io.html#io.BufferedIOBase.detach
BytesIOhttps://docs.python.org/2/library/io.html#io.BytesIO
UnsupportedOperationhttps://docs.python.org/2/library/io.html#io.UnsupportedOperation
https://docs.python.org/2/library/io.html#io.BufferedIOBase.read
BlockingIOErrorhttps://docs.python.org/2/library/io.html#io.BlockingIOError
https://docs.python.org/2/library/io.html#io.BufferedIOBase.read1
read()https://docs.python.org/2/library/io.html#io.RawIOBase.read
BufferedIOBasehttps://docs.python.org/2/library/io.html#io.BufferedIOBase
https://docs.python.org/2/library/io.html#io.BufferedIOBase.readinto
bytearrayhttps://docs.python.org/2/library/functions.html#bytearray
memoryviewhttps://docs.python.org/2/library/stdtypes.html#memoryview
read()https://docs.python.org/2/library/io.html#io.BufferedIOBase.read
BlockingIOErrorhttps://docs.python.org/2/library/io.html#io.BlockingIOError
https://docs.python.org/2/library/io.html#io.BufferedIOBase.write
IOErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.IOError
bytearrayhttps://docs.python.org/2/library/functions.html#bytearray
memoryviewhttps://docs.python.org/2/library/stdtypes.html#memoryview
BlockingIOErrorhttps://docs.python.org/2/library/io.html#io.BlockingIOError
https://docs.python.org/2/library/io.html#raw-file-i-o
https://docs.python.org/2/library/io.html#io.FileIO
FileIOhttps://docs.python.org/2/library/io.html#io.FileIO
RawIOBasehttps://docs.python.org/2/library/io.html#io.RawIOBase
IOBasehttps://docs.python.org/2/library/io.html#io.IOBase
FileIOhttps://docs.python.org/2/library/io.html#io.FileIO
IOBasehttps://docs.python.org/2/library/io.html#io.IOBase
RawIOBasehttps://docs.python.org/2/library/io.html#io.RawIOBase
FileIOhttps://docs.python.org/2/library/io.html#io.FileIO
https://docs.python.org/2/library/io.html#io.FileIO.mode
https://docs.python.org/2/library/io.html#io.FileIO.name
https://docs.python.org/2/library/io.html#buffered-streams
https://docs.python.org/2/library/io.html#io.BytesIO
BufferedIOBasehttps://docs.python.org/2/library/io.html#io.BufferedIOBase
BytesIOhttps://docs.python.org/2/library/io.html#io.BytesIO
BufferedIOBasehttps://docs.python.org/2/library/io.html#io.BufferedIOBase
IOBasehttps://docs.python.org/2/library/io.html#io.IOBase
https://docs.python.org/2/library/io.html#io.BytesIO.getvalue
https://docs.python.org/2/library/io.html#io.BytesIO.read1
BytesIOhttps://docs.python.org/2/library/io.html#io.BytesIO
https://docs.python.org/2/library/io.html#io.BufferedReader
RawIOBasehttps://docs.python.org/2/library/io.html#io.RawIOBase
BufferedIOBasehttps://docs.python.org/2/library/io.html#io.BufferedIOBase
BufferedReaderhttps://docs.python.org/2/library/io.html#io.BufferedReader
DEFAULT_BUFFER_SIZEhttps://docs.python.org/2/library/io.html#io.DEFAULT_BUFFER_SIZE
BufferedReaderhttps://docs.python.org/2/library/io.html#io.BufferedReader
BufferedIOBasehttps://docs.python.org/2/library/io.html#io.BufferedIOBase
IOBasehttps://docs.python.org/2/library/io.html#io.IOBase
https://docs.python.org/2/library/io.html#io.BufferedReader.peek
https://docs.python.org/2/library/io.html#io.BufferedReader.read
https://docs.python.org/2/library/io.html#io.BufferedReader.read1
https://docs.python.org/2/library/io.html#io.BufferedWriter
RawIOBasehttps://docs.python.org/2/library/io.html#io.RawIOBase
BufferedIOBasehttps://docs.python.org/2/library/io.html#io.BufferedIOBase
RawIOBasehttps://docs.python.org/2/library/io.html#io.RawIOBase
flush()https://docs.python.org/2/library/io.html#io.BufferedWriter.flush
BufferedRandomhttps://docs.python.org/2/library/io.html#io.BufferedRandom
BufferedWriterhttps://docs.python.org/2/library/io.html#io.BufferedWriter
BufferedWriterhttps://docs.python.org/2/library/io.html#io.BufferedWriter
DEFAULT_BUFFER_SIZEhttps://docs.python.org/2/library/io.html#io.DEFAULT_BUFFER_SIZE
BufferedWriterhttps://docs.python.org/2/library/io.html#io.BufferedWriter
BufferedIOBasehttps://docs.python.org/2/library/io.html#io.BufferedIOBase
IOBasehttps://docs.python.org/2/library/io.html#io.IOBase
https://docs.python.org/2/library/io.html#io.BufferedWriter.flush
BlockingIOErrorhttps://docs.python.org/2/library/io.html#io.BlockingIOError
https://docs.python.org/2/library/io.html#io.BufferedWriter.write
bytearrayhttps://docs.python.org/2/library/functions.html#bytearray
memoryviewhttps://docs.python.org/2/library/stdtypes.html#memoryview
BlockingIOErrorhttps://docs.python.org/2/library/io.html#io.BlockingIOError
https://docs.python.org/2/library/io.html#io.BufferedRandom
BufferedReaderhttps://docs.python.org/2/library/io.html#io.BufferedReader
BufferedWriterhttps://docs.python.org/2/library/io.html#io.BufferedWriter
DEFAULT_BUFFER_SIZEhttps://docs.python.org/2/library/io.html#io.DEFAULT_BUFFER_SIZE
BufferedRandomhttps://docs.python.org/2/library/io.html#io.BufferedRandom
BufferedReaderhttps://docs.python.org/2/library/io.html#io.BufferedReader
BufferedWriterhttps://docs.python.org/2/library/io.html#io.BufferedWriter
https://docs.python.org/2/library/io.html#io.BufferedRWPair
RawIOBasehttps://docs.python.org/2/library/io.html#io.RawIOBase
BufferedIOBasehttps://docs.python.org/2/library/io.html#io.BufferedIOBase
RawIOBasehttps://docs.python.org/2/library/io.html#io.RawIOBase
DEFAULT_BUFFER_SIZEhttps://docs.python.org/2/library/io.html#io.DEFAULT_BUFFER_SIZE
BufferedRWPairhttps://docs.python.org/2/library/io.html#io.BufferedRWPair
BufferedIOBasehttps://docs.python.org/2/library/io.html#io.BufferedIOBase
detach()https://docs.python.org/2/library/io.html#io.BufferedIOBase.detach
UnsupportedOperationhttps://docs.python.org/2/library/io.html#io.UnsupportedOperation
BufferedRWPairhttps://docs.python.org/2/library/io.html#io.BufferedRWPair
BufferedRandomhttps://docs.python.org/2/library/io.html#io.BufferedRandom
https://docs.python.org/2/library/io.html#text-i-o
https://docs.python.org/2/library/io.html#io.TextIOBase
unicodehttps://docs.python.org/2/library/functions.html#unicode
IOBasehttps://docs.python.org/2/library/io.html#io.IOBase
TextIOBasehttps://docs.python.org/2/library/io.html#io.TextIOBase
IOBasehttps://docs.python.org/2/library/io.html#io.IOBase
https://docs.python.org/2/library/io.html#io.TextIOBase.encoding
https://docs.python.org/2/library/io.html#io.TextIOBase.errors
https://docs.python.org/2/library/io.html#io.TextIOBase.newlines
https://docs.python.org/2/library/io.html#io.TextIOBase.buffer
BufferedIOBasehttps://docs.python.org/2/library/io.html#io.BufferedIOBase
TextIOBasehttps://docs.python.org/2/library/io.html#io.TextIOBase
TextIOBasehttps://docs.python.org/2/library/io.html#io.TextIOBase
https://docs.python.org/2/library/io.html#io.TextIOBase.detach
TextIOBasehttps://docs.python.org/2/library/io.html#io.TextIOBase
TextIOBasehttps://docs.python.org/2/library/io.html#io.TextIOBase
TextIOBasehttps://docs.python.org/2/library/io.html#io.TextIOBase
StringIOhttps://docs.python.org/2/library/io.html#io.StringIO
UnsupportedOperationhttps://docs.python.org/2/library/io.html#io.UnsupportedOperation
https://docs.python.org/2/library/io.html#io.TextIOBase.read
unicodehttps://docs.python.org/2/library/functions.html#unicode
https://docs.python.org/2/library/io.html#io.TextIOBase.readline
https://docs.python.org/2/library/io.html#io.TextIOBase.seek
TextIOBase.tell()https://docs.python.org/2/library/io.html#io.TextIOBase.tell
https://docs.python.org/2/library/io.html#io.TextIOBase.tell
https://docs.python.org/2/library/io.html#io.TextIOBase.write
unicodehttps://docs.python.org/2/library/functions.html#unicode
https://docs.python.org/2/library/io.html#io.TextIOWrapper
BufferedIOBasehttps://docs.python.org/2/library/io.html#io.BufferedIOBase
TextIOBasehttps://docs.python.org/2/library/io.html#io.TextIOBase
locale.getpreferredencoding()https://docs.python.org/2/library/locale.html#locale.getpreferredencoding
ValueErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.ValueError
codecs.register_error()https://docs.python.org/2/library/codecs.html#codecs.register_error
universal newlineshttps://docs.python.org/2/glossary.html#term-universal-newlines
os.linesephttps://docs.python.org/2/library/os.html#os.linesep
TextIOWrapperhttps://docs.python.org/2/library/io.html#io.TextIOWrapper
TextIOBasehttps://docs.python.org/2/library/io.html#io.TextIOBase
https://docs.python.org/2/library/io.html#io.TextIOWrapper.line_buffering
https://docs.python.org/2/library/io.html#io.StringIO
TextIOWrapperhttps://docs.python.org/2/library/io.html#io.TextIOWrapper
write()https://docs.python.org/2/library/io.html#io.TextIOBase.write
TextIOWrapperhttps://docs.python.org/2/library/io.html#io.TextIOWrapper
StringIOhttps://docs.python.org/2/library/io.html#io.StringIO
TextIOWrapperhttps://docs.python.org/2/library/io.html#io.TextIOWrapper
https://docs.python.org/2/library/io.html#io.StringIO.getvalue
StringIOhttps://docs.python.org/2/library/io.html#io.StringIO
read()https://docs.python.org/2/library/io.html#io.TextIOBase.read
https://docs.python.org/2/library/io.html#io.IncrementalNewlineDecoder
universal newlineshttps://docs.python.org/2/glossary.html#term-universal-newlines
codecs.IncrementalDecoderhttps://docs.python.org/2/library/codecs.html#codecs.IncrementalDecoder
https://docs.python.org/2/library/io.html#advanced-topics
https://docs.python.org/2/library/io.html#performance
https://docs.python.org/2/library/io.html#binary-i-o
https://docs.python.org/2/library/io.html#id1
StringIOhttps://docs.python.org/2/library/io.html#io.StringIO
BytesIOhttps://docs.python.org/2/library/io.html#io.BytesIO
https://docs.python.org/2/library/io.html#multi-threading
FileIOhttps://docs.python.org/2/library/io.html#io.FileIO
BufferedReaderhttps://docs.python.org/2/library/io.html#io.BufferedReader
BufferedWriterhttps://docs.python.org/2/library/io.html#io.BufferedWriter
BufferedRandomhttps://docs.python.org/2/library/io.html#io.BufferedRandom
BufferedRWPairhttps://docs.python.org/2/library/io.html#io.BufferedRWPair
TextIOWrapperhttps://docs.python.org/2/library/io.html#io.TextIOWrapper
https://docs.python.org/2/library/io.html#reentrancy
BufferedReaderhttps://docs.python.org/2/library/io.html#io.BufferedReader
BufferedWriterhttps://docs.python.org/2/library/io.html#io.BufferedWriter
BufferedRandomhttps://docs.python.org/2/library/io.html#io.BufferedRandom
BufferedRWPairhttps://docs.python.org/2/library/io.html#io.BufferedRWPair
signalhttps://docs.python.org/2/library/signal.html#module-signal
RuntimeErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.RuntimeError
open()https://docs.python.org/2/library/functions.html#open
TextIOWrapperhttps://docs.python.org/2/library/io.html#io.TextIOWrapper
print()https://docs.python.org/2/library/functions.html#print
Table of Contentshttps://docs.python.org/2/contents.html
15.2. io — Core tools for working with streamshttps://docs.python.org/2/library/io.html
15.2.1. Module Interfacehttps://docs.python.org/2/library/io.html#module-interface
15.2.2. I/O Base Classeshttps://docs.python.org/2/library/io.html#i-o-base-classes
15.2.3. Raw File I/Ohttps://docs.python.org/2/library/io.html#raw-file-i-o
15.2.4. Buffered Streamshttps://docs.python.org/2/library/io.html#buffered-streams
15.2.5. Text I/Ohttps://docs.python.org/2/library/io.html#text-i-o
15.2.6. Advanced topicshttps://docs.python.org/2/library/io.html#advanced-topics
15.2.6.1. Performancehttps://docs.python.org/2/library/io.html#performance
15.2.6.1.1. Binary I/Ohttps://docs.python.org/2/library/io.html#binary-i-o
15.2.6.1.2. Text I/Ohttps://docs.python.org/2/library/io.html#id1
15.2.6.2. Multi-threadinghttps://docs.python.org/2/library/io.html#multi-threading
15.2.6.3. Reentrancyhttps://docs.python.org/2/library/io.html#reentrancy
15.1. os — Miscellaneous operating system interfaceshttps://docs.python.org/2/library/os.html
15.3. time — Time access and conversionshttps://docs.python.org/2/library/time.html
Show Sourcehttps://docs.python.org/2/_sources/library/io.rst.txt
indexhttps://docs.python.org/2/genindex.html
moduleshttps://docs.python.org/2/py-modindex.html
nexthttps://docs.python.org/2/library/time.html
previoushttps://docs.python.org/2/library/os.html
Pythonhttps://www.python.org/
Python 2.7.18 documentationhttps://docs.python.org/2/index.html
The Python Standard Libraryhttps://docs.python.org/2/library/index.html
15. Generic Operating System Serviceshttps://docs.python.org/2/library/allos.html
Copyrighthttps://docs.python.org/2/copyright.html
Please donate.https://www.python.org/psf/donations/
Found a bughttps://docs.python.org/2/bugs.html
Sphinxhttp://sphinx.pocoo.org/

URLs of crawlers that visited me.