Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #43070
| X-Received | by 10.224.65.6 with SMTP id g6mr5855448qai.4.1365426723038; Mon, 08 Apr 2013 06:12:03 -0700 (PDT) |
|---|---|
| X-Received | by 10.49.119.230 with SMTP id kx6mr216667qeb.18.1365426722975; Mon, 08 Apr 2013 06:12:02 -0700 (PDT) |
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!border3.nntp.dca.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!t2no45359936qal.0!news-out.google.com!ef9ni9246qab.0!nntp.google.com!ca1no35841390qab.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail |
| Newsgroups | comp.lang.python |
| Date | Mon, 8 Apr 2013 06:12:02 -0700 (PDT) |
| Complaints-To | groups-abuse@google.com |
| Injection-Info | glegroupsg2000goo.googlegroups.com; posting-host=95.148.167.52; posting-account=iUsVXQoAAABWiyTqyqMQVxhHApQBOLm_ |
| NNTP-Posting-Host | 95.148.167.52 |
| User-Agent | G2/1.0 |
| MIME-Version | 1.0 |
| Message-ID | <f38eaec4-3367-40c6-b4ca-b929dfd4ddac@googlegroups.com> (permalink) |
| Subject | is "_io.py" missing from 2.7.4 ? |
| From | dbv <dineshbvadhia@hotmail.com> |
| Injection-Date | Mon, 08 Apr 2013 13:12:02 +0000 |
| Content-Type | text/plain; charset=ISO-8859-1 |
| Lines | 11 |
| Xref | csiph.com comp.lang.python:43070 |
Show key headers only | View raw
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.
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
is "_io.py" missing from 2.7.4 ? dbv <dineshbvadhia@hotmail.com> - 2013-04-08 06:12 -0700
Re: is "_io.py" missing from 2.7.4 ? Dylan Evans <dylan@dje.me> - 2013-04-08 23:29 +1000
Re: is "_io.py" missing from 2.7.4 ? dbv <dineshbvadhia@hotmail.com> - 2013-04-08 06:42 -0700
Re: is "_io.py" missing from 2.7.4 ? dbv <dineshbvadhia@hotmail.com> - 2013-04-08 06:59 -0700
Re: is "_io.py" missing from 2.7.4 ? dbv <dineshbvadhia@hotmail.com> - 2013-04-08 06:59 -0700
Re: is "_io.py" missing from 2.7.4 ? Thomas Rachel <nutznetz-0c1b6768-bfa9-48d5-a470-7603bd3aa915@spamschutz.glglgl.de> - 2013-04-08 17:02 +0200
Re: is "_io.py" missing from 2.7.4 ? dbv <dineshbvadhia@hotmail.com> - 2013-04-08 06:42 -0700
Re: is "_io.py" missing from 2.7.4 ? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-04-09 00:20 +0000
csiph-web