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 michael.foord
Recipients kushal.das, michael.foord, pitrou
Date 2013-04-08.21:02:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1365454928.32.0.984990886232.issue17660@psf.upfronthosting.co.za>
In-reply-to
Content
I don't think that's a particular issue. In general you only need to use "create=True" if a name is *not* available in a namespace. 

Builtin names are odd in that you can use them in a namespace even though they don't exist there - so you have to *remember* to use "create=True" even though the name *is* available. 

So this issue is about fixing that quirk.
History
Date User Action Args
2013-04-08 21:02:08michael.foordsetrecipients: + michael.foord, pitrou, kushal.das
2013-04-08 21:02:08michael.foordsetmessageid: <1365454928.32.0.984990886232.issue17660@psf.upfronthosting.co.za>
2013-04-08 21:02:08michael.foordlinkissue17660 messages
2013-04-08 21:02:08michael.foordcreate