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 serhiy.storchaka
Recipients lemburg, pitrou, rhettinger, serhiy.storchaka
Date 2015-01-08.14:46:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1420728389.84.0.466369876641.issue23119@psf.upfronthosting.co.za>
In-reply-to
Content
> Sets of strings are very common when trying to create a unique set of strings or optimizing "name in set_of_names" lookups.

This is not nearly so common as attributes or globals access, or passing keyword arguments.
History
Date User Action Args
2015-01-08 14:46:29serhiy.storchakasetrecipients: + serhiy.storchaka, lemburg, rhettinger, pitrou
2015-01-08 14:46:29serhiy.storchakasetmessageid: <1420728389.84.0.466369876641.issue23119@psf.upfronthosting.co.za>
2015-01-08 14:46:29serhiy.storchakalinkissue23119 messages
2015-01-08 14:46:29serhiy.storchakacreate