Files
cpython/Modules
Amaury Forgeot d'Arc 374e220bcb #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
2009-01-01 23:05:36 +00:00
..
2008-10-11 00:49:57 +00:00
2007-08-17 12:57:41 +00:00
2007-08-16 14:35:24 +00:00
2008-10-11 00:49:57 +00:00
2008-10-11 00:49:57 +00:00
2008-06-17 21:25:35 +00:00
2006-12-28 04:47:50 +00:00
2008-10-19 14:15:00 +00:00
2008-11-27 09:53:28 +00:00
2008-08-15 06:27:17 +00:00