commit | 3430d70e03fa3f7d93feb965a33dd2d2311c566d | [log] [tgz] |
---|---|---|
author | Walter Dörwald <walter@livinglogic.de> | Mon Jun 17 10:43:59 2002 +0000 |
committer | Walter Dörwald <walter@livinglogic.de> | Mon Jun 17 10:43:59 2002 +0000 |
tree | e9a3c6ffa1ddaa772a1654521f2081d8a56f812c | |
parent | 3fca291a52cae513b8f76851186f96ba5fe863d2 [diff] |
Apply diff2.txt from SF patch http://www.python.org/sf/566999 This patch enhances Python/import.c/find_module() so that unicode objects found in sys.path will be treated as legal directory names (The current code ignores anything that is not a str). The unicode name is converted to str using Py_FileSystemDefaultEncoding.