Victor Stinner f6b563af2d Issue #3080: zipimport has a full unicode suppport
- Use Unicode for module paths and names, self->archive and self->prefix
 - Format module names and paths use %R instead of '%U' to escape surrogate
   characters (PEP 383)
 - Use PyImport_ExecCodeModuleObject() instead of PyImport_ExecCodeModuleEx()
 - Use PyImport_AddModuleObject() instead of PyImport_AddModule()
2011-03-14 20:46:50 -04:00
..
2011-03-16 11:38:59 +02:00
2011-03-16 11:38:59 +02:00
2011-03-16 11:38:59 +02:00
2011-03-16 12:51:44 +02:00
2011-03-16 11:35:38 +02:00
2011-03-16 11:38:59 +02:00
2011-03-15 05:59:46 +02:00
2011-03-15 06:03:08 +02:00
2011-03-16 11:35:38 +02:00
2011-03-09 12:53:30 +01:00
2011-03-06 01:50:56 +01:00
2011-03-15 05:59:46 +02:00
2011-03-17 22:46:17 +01:00
2011-03-16 11:35:38 +02:00
2010-10-11 22:42:28 +00:00
2010-10-11 22:42:28 +00:00