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 belopolsky
Recipients belopolsky, pitrou, rhettinger
Date 2009-10-28.16:06:26
SpamBayes Score 0.0002468493
Marked as misclassified No
Message-id <1256745989.76.0.179750367541.issue7224@psf.upfronthosting.co.za>
In-reply-to
Content
I agree, _PySet_Add name can be improved upon, but I don't want to paint 
this particular bikeshed until it is clearer what if anything will be done 
with this idea.  If we add PySet_Intern API, then it would be natural to 
expose it as set.intern rather than changing how set.add works.  On the 
other hand, if set.add grows a return value, then it would make sense to 
eventually change PySet_Add to conform.
History
Date User Action Args
2009-10-28 16:06:29belopolskysetrecipients: + belopolsky, rhettinger, pitrou
2009-10-28 16:06:29belopolskysetmessageid: <1256745989.76.0.179750367541.issue7224@psf.upfronthosting.co.za>
2009-10-28 16:06:28belopolskylinkissue7224 messages
2009-10-28 16:06:27belopolskycreate