Message 243747 - Python tracker
Message243747
| Author | martin.panter |
|---|---|
| Recipients | Rotkraut, demian.brecht, harobed, martin.panter, orsenthil, petri.lehtinen, piotr.dobrogost, pitrou, whitemice |
| Date | 2015-05-21.11:21:06 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1432207267.18.0.0932544611593.issue12319@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I left some new comments. However I remain concerned at how complicated and overloaded the API is becoming. It certainly makes it hard to review for correctness. I could easily have missed some corner case that is broken by the changes. There are a lot of odd body objects apparently permitted, e.g. GzipFile objects can always seek to the end but may not be able to go backwards, mmap() objects are both bytes-like and file-like. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-05-21 11:21:07 | martin.panter | set | recipients: + martin.panter, orsenthil, pitrou, harobed, petri.lehtinen, piotr.dobrogost, demian.brecht, whitemice, Rotkraut |
| 2015-05-21 11:21:07 | martin.panter | set | messageid: <1432207267.18.0.0932544611593.issue12319@psf.upfronthosting.co.za> |
| 2015-05-21 11:21:07 | martin.panter | link | issue12319 messages |
| 2015-05-21 11:21:06 | martin.panter | create | |