Re: under naming

2006-07-31 Thread John Machin
David Bear wrote: > I must have missed reading something important about naming conventions. > > I have found that if I have a python module where I have an identifier named > with a beginning underscore that I cannot use from module import * to make > that name available in another module. > > fo

Re: under naming

2006-07-31 Thread Robert Kern
David Bear wrote: > I must have missed reading something important about naming conventions. > > I have found that if I have a python module where I have an identifier named > with a beginning underscore that I cannot use from module import * to make > that name available in another module. > > f

under naming

2006-07-31 Thread David Bear
I must have missed reading something important about naming conventions. I have found that if I have a python module where I have an identifier named with a beginning underscore that I cannot use from module import * to make that name available in another module. for example, module A _myvar = '