Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #19611
| From | Terry Reedy <tjreedy@udel.edu> |
|---|---|
| Subject | Re: IDLE not setting current directory in its path |
| Date | 2012-01-30 15:15 -0500 |
| References | <fbd1a7b1-0e49-4116-8ea5-79d6aa8062d4@t15g2000yqi.googlegroups.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.5222.1327954550.27778.python-list@python.org> (permalink) |
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
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
IDLE not setting current directory in its path gujax <rjngrj2010@gmail.com> - 2012-01-30 07:06 -0800
Re: IDLE not setting current directory in its path Terry Reedy <tjreedy@udel.edu> - 2012-01-30 15:15 -0500
Re: IDLE not setting current directory in its path Terry Reedy <tjreedy@udel.edu> - 2012-01-30 22:55 -0500
Re: IDLE not setting current directory in its path gujax <rjngrj2010@gmail.com> - 2012-01-31 08:27 -0800
Re: IDLE not setting current directory in its path Terry Reedy <tjreedy@udel.edu> - 2012-01-31 18:12 -0500
Re: IDLE not setting current directory in its path gujax <rjngrj2010@gmail.com> - 2012-02-03 07:31 -0800
Re: IDLE not setting current directory in its path gujax <rjngrj2010@gmail.com> - 2012-02-03 07:23 -0800
csiph-web