[Python-Dev] rationale for the no-new-features approach

Skip Montanaro skip at pobox.com
Fri Mar 11 20:26:40 CET 2005


    Bob> try:
    Bob>      set
    Bob> except NameError:
    Bob>      from sets import Set as set

    Bob> You don't need the rest.

Sure, but then pychecker bitches about a statement that appears to have no
effect. ;-)

Skip



More information about the Python-Dev mailing list