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 cjwelborn
Recipients cjwelborn, cool-RR, pitrou, serhiy.storchaka
Date 2014-01-22.04:17:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390364230.5.0.649534930276.issue20218@psf.upfronthosting.co.za>
In-reply-to
Content
Ram Rachum: If I actually had a say in the matter, I wouldn't be totally against it. (so far I only lurk the lists/tracker looking for things to work on.) I was just offering you a solution that you can use _today_. 

I do think that if something like this was added, then you would have to go ahead and add the other read/write functions because the next question would be 'how come pathlib has no readlines()?'. 

Also, it would definitely need more than 'mode' or 'binary' for args. The encoding option needs to be taken into account. People need to have a choice in what encoding to use even with a little read()/write().
History
Date User Action Args
2014-01-22 04:17:10cjwelbornsetrecipients: + cjwelborn, pitrou, cool-RR, serhiy.storchaka
2014-01-22 04:17:10cjwelbornsetmessageid: <1390364230.5.0.649534930276.issue20218@psf.upfronthosting.co.za>
2014-01-22 04:17:10cjwelbornlinkissue20218 messages
2014-01-22 04:17:10cjwelborncreate