python 3's adoption

Paul Rubin no.email at nospam.invalid
Thu Jan 28 03:37:54 EST 2010


Jonathan Gardner <jgardner at jonathangardner.net> writes:
> If you're going to have statements, you're going to need the null
> statement. That's "pass".

Why?  Expressions are statements, so you could just say "pass" (in
quotes, denoting a string literal), or 0, or None, os anything else like
that, instead of having a special statement.



More information about the Python-list mailing list