builtin set literal
bearophileHUGS at lycos.com
bearophileHUGS at lycos.com
Tue Feb 20 11:29:19 EST 2007
Steven Bethard:
> While Python 3.0 is not afraid to break backwards
> compatibility, it tries to do so only when there's a very substantial
> advantage.
I understand, but this means starting already to put (tiny)
inconsistencies into Python 3.0...
Unrelated: Ruby and Lisp use ? and ! at the end of the function/method
names to denote a predicate or a function that mutates in place (With
them the list.sort() may be called list.sort!() ). Using Python I
usually put an Q at the end of the name for this purpose. Can Py 3.0
support names ending with "?" too?
Bye,
bearophile
More information about the Python-list
mailing list