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 cool-RR
Recipients cjwelborn, cool-RR, pitrou, serhiy.storchaka
Date 2014-01-23.09:06:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390467998.88.0.0899969257631.issue20218@psf.upfronthosting.co.za>
In-reply-to
Content
Hi Christopher,

I like your patch. One thing I modified is returning to use `file` as the variable instead of `f`, since `file` is no longer a builtin in Python 3, and descriptive variable names are important. Attached as `pathlib.readwrite2.patch`.
History
Date User Action Args
2014-01-23 09:06:38cool-RRsetrecipients: + cool-RR, pitrou, serhiy.storchaka, cjwelborn
2014-01-23 09:06:38cool-RRsetmessageid: <1390467998.88.0.0899969257631.issue20218@psf.upfronthosting.co.za>
2014-01-23 09:06:38cool-RRlinkissue20218 messages
2014-01-23 09:06:38cool-RRcreate