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 ncoghlan
Recipients belopolsky, ncoghlan, pitrou, rhettinger
Date 2009-11-04.13:46:30
SpamBayes Score 0.0073939576
Marked as misclassified No
Message-id <1257342392.61.0.636990789703.issue7224@psf.upfronthosting.co.za>
In-reply-to
Content
If the idea is to create the "one obvious way" for interning, calling
the method and corresponding C function "intern" isn't painting a
bikeshed, it's meeting the design spec :)

Adding a new method also avoids a whole host of issues with the Set ABC.
History
Date User Action Args
2009-11-04 13:46:32ncoghlansetrecipients: + ncoghlan, rhettinger, belopolsky, pitrou
2009-11-04 13:46:32ncoghlansetmessageid: <1257342392.61.0.636990789703.issue7224@psf.upfronthosting.co.za>
2009-11-04 13:46:31ncoghlanlinkissue7224 messages
2009-11-04 13:46:30ncoghlancreate