what does 'for _ in range()' mean?

Skip Montanaro skip at pobox.com
Wed Jul 28 10:18:54 EDT 2004


    >> Is pychecker aware of this convention ...

    Peter> Found in Config.py:

    Peter> _DEFAULT_UNUSED_LIST = [ '_', 'empty', 'unused', 'dummy', ]

One might consider adding 'i' to that list.  If nothing else, it would avoid
a bunch of warnings...  ;-)

Skip



More information about the Python-list mailing list