[Python-3000-checkins] r65897 - in python/branches/py3k: Doc/library/symtable.rst Lib/symtable.py Lib/test/test_symtable.py Misc/NEWS

Nick Coghlan ncoghlan at gmail.com
Wed Aug 20 11:36:25 CEST 2008


benjamin.peterson wrote:
> Author: benjamin.peterson
> Date: Wed Aug 20 04:06:00 2008
> New Revision: 65897
> 
> Log:
> return sets instead of tuples from some symtable methods

What are you gaining by throwing away the ordering information? That can
matter, especially for the parameters. If the symtable module itself has
already thrown away the ordering information by this point, then that in
itself is probably a bug to be fixed.

Cheers,
Nick.

-- 
Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia
---------------------------------------------------------------
            http://www.boredomandlaziness.org


More information about the Python-3000-checkins mailing list