diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2011-03-15 00:46:50 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2011-03-15 00:46:50 (GMT) |
commit | f6b563af2d1d8dc1782546436990c0517f226ccf (patch) | |
tree | 38bdcdb5e8d28a8b3092ccc01262c0b0533c6ca9 /Doc/c-api | |
parent | 942003ccf9811270e22445f62a66ab854003255d (diff) | |
download | cpython-f6b563af2d1d8dc1782546436990c0517f226ccf.zip cpython-f6b563af2d1d8dc1782546436990c0517f226ccf.tar.gz cpython-f6b563af2d1d8dc1782546436990c0517f226ccf.tar.bz2 |
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 'Doc/c-api')
0 files changed, 0 insertions, 0 deletions