Russ P. wrote:
On Dec 6, 4:32 am, Andreas Waldenburger <[EMAIL PROTECTED]> wrote:
But that is not the way Python is meant to work. There are several
tennets in the Zen of Python that don't chime well with this approach.
"self" is a speaking identifier, "$" isn't.

Is "@" a "speaking identifier? How about "#" and "!="? Last I heard,
they were all part of Python.

None of these are identifiers at all. You might want to read up on the language reference to see what an identifier actually is.

--
Erik Max Francis && [EMAIL PROTECTED] && http://www.alcyone.com/max/
 San Jose, CA, USA && 37 18 N 121 57 W && AIM, Y!M erikmaxfrancis
  There are not fifty ways of fighting, there is only one: to be the
   conqueror. -- Andrew Malraux, 1937
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to