commit | 374e220bcb1ee71053c18c0b4e409cfa69881722 | [log] [tgz] |
---|---|---|
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Thu Jan 01 23:05:36 2009 +0000 |
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Thu Jan 01 23:05:36 2009 +0000 |
tree | 309b2a2e6616578448100fc086551ce418bb4bb1 | |
parent | 8ed9a8069dbef331d6097dcd2895f7cbf012897e [diff] |
#4747: on Windows, starting a module with a non-ascii filename would print a useless "SyntaxError: None" when the script contains a "# coding:" declaration. The Python API expects char* to be utf-8 encoded. wcstombs should be avoided here. Reviewed by Benjamin. Will backport to 3.0