Re: IDLE not setting current directory in its path

2012-02-06 Thread gujax
On Jan 31, 6:12 pm, Terry Reedy wrote: > On 1/31/2012 11:27 AM,gujaxwrote: > > > Thanks Terry, > > I see that the issue has been closed by you. > > However, I do not know how to run the patch on my Windows. Do I > > reinstall IDLE? > > Please suggest. I am using Python2.7 > Hi Terry, I changed the

Re: IDLE not setting current directory in its path

2012-02-06 Thread gujax
On Jan 31, 6:12 pm, Terry Reedy wrote: > On 1/31/2012 11:27 AM, gujax wrote: > > > Thanks Terry, > > I see that the issue has been closed by you. > > However, I do not know how to run the patch on my Windows. Do I > > reinstall IDLE? > > Please suggest. I am using Python2.7 > Thank you Terry, The

Re: IDLE not setting current directory in its path

2012-01-31 Thread Terry Reedy
On 1/31/2012 11:27 AM, gujax wrote: Thanks Terry, I see that the issue has been closed by you. However, I do not know how to run the patch on my Windows. Do I reinstall IDLE? Please suggest. I am using Python2.7 Choices: 1. Wait for the next 2.7 release, which should be within a month. Easiest

Re: IDLE not setting current directory in its path

2012-01-31 Thread gujax
Thanks Terry, I see that the issue has been closed by you. However, I do not know how to run the patch on my Windows. Do I reinstall IDLE? Please suggest. I am using Python2.7 gujax On Jan 30, 10:55 pm, Terry Reedy wrote: > On 1/30/2012 3:15 PM, Terry Reedy wrote: > > > This issue is under consid

Re: IDLE not setting current directory in its path

2012-01-30 Thread Terry Reedy
On 1/30/2012 3:15 PM, Terry Reedy wrote: This issue is under consideration at http://bugs.python.org/issue13506 It should be fixed before the next Python releases. -- Terry Jan Reedy -- http://mail.python.org/mailman/listinfo/python-list

Re: IDLE not setting current directory in its path

2012-01-30 Thread Terry Reedy
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 ['