diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2011-03-14 20:46:50 -0400 |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2011-03-14 20:46:50 -0400 |
commit | f6b563af2d1d8dc1782546436990c0517f226ccf (patch) | |
tree | 38bdcdb5e8d28a8b3092ccc01262c0b0533c6ca9 /Python/import.c | |
parent | 942003ccf9811270e22445f62a66ab854003255d (diff) | |
download | cpython-git-f6b563af2d1d8dc1782546436990c0517f226ccf.tar.gz |
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()
Diffstat (limited to 'Python/import.c')
0 files changed, 0 insertions, 0 deletions