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 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:07martin.pantersetrecipients: + martin.panter, orsenthil, pitrou, harobed, petri.lehtinen, piotr.dobrogost, demian.brecht, whitemice, Rotkraut
2015-05-21 11:21:07martin.pantersetmessageid: <1432207267.18.0.0932544611593.issue12319@psf.upfronthosting.co.za>
2015-05-21 11:21:07martin.panterlinkissue12319 messages
2015-05-21 11:21:06martin.pantercreate