Re: [Tutor] Single Underscore

2005-07-10 Thread Kevin Reeder
Thanks for the info. I'll look into the links provided. > http://jaynes.colorado.edu/PythonGuidelines.html > http://www.python.org/peps/pep-0008.html Kevin ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] Single Underscore

2005-07-10 Thread jfouhy
Quoting Kevin Reeder <[EMAIL PROTECTED]>: > What's the significance of naming a variable with a single > underscore as its first character? For example, I'm looking at > find.py in the standard library and it has variables named _debug > and _prune. Basically, it means "These variables are intern

Re: [Tutor] Single Underscore

2005-07-10 Thread Chinook
Kevin Reeder wrote: >What's the significance of naming a variable with a single >underscore as its first character? For example, I'm looking at >find.py in the standard library and it has variables named _debug >and _prune. > >Kevin >___ >Tutor maillist

[Tutor] Single Underscore

2005-07-10 Thread Kevin Reeder
What's the significance of naming a variable with a single underscore as its first character? For example, I'm looking at find.py in the standard library and it has variables named _debug and _prune. Kevin ___ Tutor maillist - Tutor@python.org http://