Christian Heimes added the comment:

Guido van Rossum wrote:
> Can't you use a namedtuple?  Then printing it would show the names of
> the flags...

... and increase the startup costs of Python by loading several
additional modules. The collections module imports _collections,
operator and keyword. I'd rather see a better repr function for the
sequence types.

__________________________________
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1816>
__________________________________
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to