Issue3080
Created on 2008-06-11 18:24 by amaury.forgeotdarc, last changed 2008-08-09 18:10 by pitrou.
| msg68005 (view) |
Author: Amaury Forgeot d'Arc (amaury.forgeotdarc) |
Date: 2008-06-11 18:24 |
|
This is the most difficult part of issue1342:
"""
On Windows, don't use the FileSystemEncoding on Windows for sys.path items.
Instead, it should use the wide API to perform all system calls. Py3k
shouldn't ever use the file system encoding for anything on Windows.
"""
This imply to rewrite all functions in import.c, and replace all char*
arguments with unicode variables.
|
| msg68015 (view) |
Author: Benjamin Peterson (benjamin.peterson) |
Date: 2008-06-11 20:27 |
|
I suspect importlib may help with this.
|
|
| Date |
User |
Action |
Args |
| 2008-08-09 18:10:58 | pitrou | set | priority: critical type: behavior versions:
+ Python 3.1, - Python 3.0 |
| 2008-06-11 20:27:35 | benjamin.peterson | set | nosy:
+ brett.cannon, benjamin.peterson messages:
+ msg68015 |
| 2008-06-11 18:24:56 | amaury.forgeotdarc | create | |
|