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 alex
Recipients alex, benjamin.peterson, christian.heimes, dstufft, giampaolo.rodola, gregory.p.smith, janssen, ncoghlan, pitrou
Date 2014-08-23.02:29:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1408760995.29.0.954446356044.issue21307@psf.upfronthosting.co.za>
In-reply-to
Content
New patch uses PyString_FromString.

To the other two points:

1) Python3 uses a mutable set for both of these, any reason for Python2 to be inconsistent?

2) The docs in Python3 don't have this link either, I'm trying to minimize the delta; if you think there should be a link I'd prefer it be done in python3, and then I can backport that as well.
History
Date User Action Args
2014-08-23 02:29:55alexsetrecipients: + alex, gregory.p.smith, ncoghlan, janssen, pitrou, giampaolo.rodola, christian.heimes, benjamin.peterson, dstufft
2014-08-23 02:29:55alexsetmessageid: <1408760995.29.0.954446356044.issue21307@psf.upfronthosting.co.za>
2014-08-23 02:29:55alexlinkissue21307 messages
2014-08-23 02:29:55alexcreate