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 pitrou
Recipients asvetlov, brandon-rhodes, christian.heimes, giampaolo.rodola, jcea, kristjan.jonsson, pitrou
Date 2013-06-25.14:39:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <110833482.115207088.1372171152959.JavaMail.root@zimbra10-e2.priv.proxad.net>
In-reply-to <1372168785.83.0.534081227874.issue16487@psf.upfronthosting.co.za>
Content
> Antoine, are you suggesting that we remove the current c-level
> capability to use file system files (using open()) and just go with
> raw bytes data at the C api level, and then do the 'filename or
> filelike object' in Python land?

Yes, I think that's reasonable. Hopefully it won't break any existing uses.
History
Date User Action Args
2013-06-25 14:39:19pitrousetrecipients: + pitrou, jcea, kristjan.jonsson, giampaolo.rodola, christian.heimes, asvetlov, brandon-rhodes
2013-06-25 14:39:19pitroulinkissue16487 messages
2013-06-25 14:39:19pitroucreate