[Patches] [ python-Patches-566999 ] unicode in sys.path

noreply@sourceforge.net noreply@sourceforge.net
Mon, 10 Jun 2002 11:19:17 -0700


Patches item #566999, was opened at 2002-06-10 20:19
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=566999&group_id=5470

Category: Core (C code)
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Walter Dörwald (doerwalter)
Assigned to: Nobody/Anonymous (nobody)
Summary: unicode in sys.path

Initial Comment:
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 the Py_FileSystemDefaultEncoding.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=566999&group_id=5470