Message353625
| Author | malin |
|---|---|
| Recipients | malin, vinay.sajip, vstinner |
| Date | 2019-10-01.01:38:54 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1569893935.1.0.904679769865.issue38321@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
On my Windows, some non-ASCII characters cause this warning:
d:\dev\cpython\modules\expat\xmltok.c : warning C4819:
The file contains a character that cannot be represented in
the current code page (936). Save the file in Unicode format
to prevent data loss.
This patch fixes the warnings, it's applicable to master/3.8 branches.
https://github.com/animalize/cpython/commit/daced7575ec70ef1f888c6854760e230cda5ea64
Maybe this trivial problem is not worth a new commit, it can be fixed along with other warnings. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-10-01 01:38:55 | malin | set | recipients: + malin, vinay.sajip, vstinner |
| 2019-10-01 01:38:55 | malin | set | messageid: <1569893935.1.0.904679769865.issue38321@roundup.psfhosted.org> |
| 2019-10-01 01:38:55 | malin | link | issue38321 messages |
| 2019-10-01 01:38:54 | malin | create | |