Method Underscores?

Andrew Dalke adalke at mindspring.com
Thu Oct 21 17:22:25 EDT 2004


Nicolas Fleury wrote:
> And a syntax would be needed to get that function, that's why I like so 
> much the Python approach.  My only complain is that _somename_ would 
> probably have been enough instead of __somename__.  In C++, all 
> _[A-Z_].* are reserved, reserve _.*_ would have been enough in Python IMHO.

Though I liked how the win32 code uses '_.*_' for its
special properties.  It's 1/2 way between user- and
system- space so it was a very nice touch.

				Andrew
				dalke at dalkescientific.com



More information about the Python-list mailing list