]> granicus.if.org Git - python/commit
MacPython-OS9 specific fix: If there are non-string items on sys.path don't try to...
authorJack Jansen <jack.jansen@cwi.nl>
Fri, 24 Jan 2003 16:15:45 +0000 (16:15 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Fri, 24 Jan 2003 16:15:45 +0000 (16:15 +0000)
commit9363dca3f818fa046bdef5d8dbd73f2cbde42fb0
tree827263d6f8e009a8815314367d61fd5a02a0cb20
parent0064026668cd1dc5ffe005532e4ccc23e55c2b35
MacPython-OS9 specific fix: If there are non-string items on sys.path don't try to intern them. This has the theoretical problem that resource filenames on sys.path cannot be unicode objects, but in practice that shouldn't matter.
Python/import.c