can someone tell me about...

Kia Arab karab at stsci.edu
Tue Apr 18 15:49:56 EDT 2000


variable names that start an underscore "_".

Interactively, python will recognize a variable name that begins with
one underscore (_myVar). The variable naming rules even say that is
acceptable.

However, when I try to use it in a module, it bombs. 

What's the deal?



More information about the Python-list mailing list