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 lilydjwg
Recipients lilydjwg
Date 2015-06-24.03:47:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1435117649.09.0.218021607576.issue24494@psf.upfronthosting.co.za>
In-reply-to
Content
I want to use fileinput to modify files, but find no way to specify the file encoding. I tried to use "hook_encoded", but it says "FileInput cannot use an opening hook in inplace mode".
History
Date User Action Args
2015-06-24 03:47:29lilydjwgsetrecipients: + lilydjwg
2015-06-24 03:47:29lilydjwgsetmessageid: <1435117649.09.0.218021607576.issue24494@psf.upfronthosting.co.za>
2015-06-24 03:47:29lilydjwglinkissue24494 messages
2015-06-24 03:47:28lilydjwgcreate