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 cjwelborn, cool-RR, pitrou, serhiy.storchaka
Date 2014-01-23.14:55:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390488948.2293.4.camel@fsol>
In-reply-to <1390488418.14.0.219843228615.issue20218@psf.upfronthosting.co.za>
Content
> If we do separate out the binary versions, what do you have in mind
> for the method names and signatures?

Perhaps we should look at what other Path APIs do here, and how they
name it.

Realistically, we need at least read_bytes() and read_text() methods.
The write() method may stay unique if it's polymorphic.
History
Date User Action Args
2014-01-23 14:55:51pitrousetrecipients: + pitrou, cool-RR, serhiy.storchaka, cjwelborn
2014-01-23 14:55:51pitroulinkissue20218 messages
2014-01-23 14:55:50pitroucreate