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 rhettinger
Recipients rhettinger, serhiy.storchaka
Date 2014-11-09.17:29:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1415554169.66.0.456596879674.issue22826@psf.upfronthosting.co.za>
In-reply-to
Content
This looks correct and it improves readability.

One nit,  please put the doubled with on a single line instead of using the awkward line break (which looks weird with respect to the indentation of the with-block):

+    with open(config_c_in) as infp, bkfile.open(config_c, 'w') as outfp:
History
Date User Action Args
2014-11-09 17:29:29rhettingersetrecipients: + rhettinger, serhiy.storchaka
2014-11-09 17:29:29rhettingersetmessageid: <1415554169.66.0.456596879674.issue22826@psf.upfronthosting.co.za>
2014-11-09 17:29:29rhettingerlinkissue22826 messages
2014-11-09 17:29:29rhettingercreate