Message116440
| Author |
pitrou |
| Recipients |
pitrou |
| Date |
2010年09月15日.08:53:07 |
| SpamBayes Score |
0.00025453232 |
| Marked as misclassified |
No |
| Message-id |
<1284540793.42.0.0185593652898.issue9858@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
RawIOBase is defined as having the readinto() method but it doesn't. It should at least have a failing one (raising io.UnsupportedOperation like the BufferedIOBase.{read,readinto} methods do).
This is, of course, mainly for auto-documenting purposes (with help() and friends). |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2010年09月15日 08:53:13 | pitrou | set | recipients:
+ pitrou |
| 2010年09月15日 08:53:13 | pitrou | set | messageid: <1284540793.42.0.0185593652898.issue9858@psf.upfronthosting.co.za> |
| 2010年09月15日 08:53:09 | pitrou | link | issue9858 messages |
| 2010年09月15日 08:53:08 | pitrou | create |
|