> As a stylistic note: you should not generally use double underscores as a lead- > in for your own variable names. Those are reserved for Python itself.
Hmm. I was always under the impression that double-underscores on _both_sides_ of the variable name was a convention reserved for Python. (__builtins__, __class__, __main__, etc.) Two preceding underscores is just a convention to mark class members as "private". http://www.python.org/doc/current/ref/atom-identifiers.html _____________ mike ------------------------------------------------------- This sf.net email is sponsored by: OSDN - Tired of that same old cell phone? Get a new here for FREE! https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390 _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
