]> granicus.if.org Git - python/commit
Apply diff2.txt from SF patch http://www.python.org/sf/566999
authorWalter Dörwald <walter@livinglogic.de>
Mon, 17 Jun 2002 10:43:59 +0000 (10:43 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Mon, 17 Jun 2002 10:43:59 +0000 (10:43 +0000)
commit3430d70e03fa3f7d93feb965a33dd2d2311c566d
treee9a3c6ffa1ddaa772a1654521f2081d8a56f812c
parent3fca291a52cae513b8f76851186f96ba5fe863d2
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.
Misc/NEWS
Python/import.c