This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients christian.heimes, gvanrossum
Date 2008-01-13.17:45:10
SpamBayes Score 0.07704934
Marked as misclassified No
Message-id <478A4E24.5050704@cheimes.de>
In-reply-to <1200245725.62.0.586109246834.issue1816@psf.upfronthosting.co.za>
Content
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.
History
Date User Action Args
2008-01-13 17:45:11christian.heimessetspambayes_score: 0.0770493 -> 0.07704934
recipients: + christian.heimes, gvanrossum
2008-01-13 17:45:10christian.heimeslinkissue1816 messages
2008-01-13 17:45:10christian.heimescreate