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

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to