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 steve.dower
Recipients paul.moore, steve.dower, tim.golden, zach.ware, 정한솔
Date 2019-04-12.18:06:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1555092413.16.0.693775259235.issue36609@roundup.psfhosted.org>
In-reply-to
Content
Seems reasonable.

The most reliable way to do this will be to override the copy function for this file in venv and write it out with "utf-8-sig" encoding. There are many ways that git will break things like this, so I wouldn't trust it to simply accept a modified file.
History
Date User Action Args
2019-04-12 18:06:53steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware, 정한솔
2019-04-12 18:06:53steve.dowersetmessageid: <1555092413.16.0.693775259235.issue36609@roundup.psfhosted.org>
2019-04-12 18:06:53steve.dowerlinkissue36609 messages
2019-04-12 18:06:53steve.dowercreate