IDLE not setting current directory in its path
Terry Reedy
tjreedy at udel.edu
Mon Jan 30 15:15:35 EST 2012
More information about the Python-list mailing list
Mon Jan 30 15:15:35 EST 2012
- Previous message (by thread): IDLE not setting current directory in its path
- Next message (by thread): IDLE not setting current directory in its path
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 1/30/2012 10:06 AM, gujax wrote: > Hi, > When I open python shell and change to any directory, the sys.path > always shows ' '. It actually shows '' (without a space). > When I do the same with IDLE, it shows the name of the current > directory i.e., ['name1', other paths...] instead of showing [' ', > other paths..]. This issue is under consideration at http://bugs.python.org/issue13506 I will be looking at the patch soon. -- Terry Jan Reedy
- Previous message (by thread): IDLE not setting current directory in its path
- Next message (by thread): IDLE not setting current directory in its path
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list