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
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
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
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://