is "_io.py" missing from 2.7.4 ?

dbv dineshbvadhia at hotmail.com
Mon Apr 8 09:12:02 EDT 2013


In 2.7.4, io.py shows:

import _io
import abc

from _io import (DEFAULT_BUFFER_SIZE, BlockingIOError, UnsupportedOperation,
                 open, FileIO, BytesIO, StringIO, BufferedReader,
                 BufferedWriter, BufferedRWPair, BufferedRandom,
                 IncrementalNewlineDecoder, TextIOWrapper)

but, cannot find _io.py, though there is the old _pyio.py in the //Python27//Lib folder.




More information about the Python-list mailing list