Message116443
| Author |
pitrou |
| Recipients |
benjamin.peterson, pitrou, stutzbach |
| Date |
2010年09月15日.12:39:57 |
| SpamBayes Score |
5.7374375e-05 |
| Marked as misclassified |
No |
| Message-id |
<1284554399.8.0.808961178011.issue9858@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
> +1 for a failing one. (Does the base implementation not raise?)
The base implementation doesn't exist :)
> Is it even possible to implement a real one without buffering?
FileIO does. It's the same as read(), except that you read into an existing buffer rather than allocating a new bytes object. |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2010年09月15日 12:39:59 | pitrou | set | recipients:
+ pitrou, benjamin.peterson, stutzbach |
| 2010年09月15日 12:39:59 | pitrou | set | messageid: <1284554399.8.0.808961178011.issue9858@psf.upfronthosting.co.za> |
| 2010年09月15日 12:39:57 | pitrou | link | issue9858 messages |
| 2010年09月15日 12:39:57 | pitrou | create |
|