This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
| Author | python-dev |
|---|---|
| Recipients | pitrou, python-dev, vstinner |
| Date | 2011年05月25日.22:22:47 |
| SpamBayes Score | 0.00050238345 |
| Marked as misclassified | No |
| Message-id | <E1QPMTX-0000b1-AS@dinsdale.python.org> |
| In-reply-to |
| Content | |
|---|---|
New changeset 72c89daace57 by Victor Stinner in branch 'default': Issue #12175: FileIO.readall() now only reads the file position and size once. http://hg.python.org/cpython/rev/72c89daace57 New changeset 3c7792ec4547 by Victor Stinner in branch 'default': Issue #12175: BufferedReader.read(-1) now calls raw.readall() if available. http://hg.python.org/cpython/rev/3c7792ec4547 |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2011年05月25日 22:22:48 | python-dev | set | recipients: + python-dev, pitrou, vstinner |
| 2011年05月25日 22:22:48 | python-dev | link | issue12175 messages |
| 2011年05月25日 22:22:47 | python-dev | create | |