Message186347
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. |
|
Date |
User |
Action |
Args |
2013-04-08 21:02:08 | michael.foord | set | recipients:
+ michael.foord, pitrou, kushal.das |
2013-04-08 21:02:08 | michael.foord | set | messageid: <1365454928.32.0.984990886232.issue17660@psf.upfronthosting.co.za> |
2013-04-08 21:02:08 | michael.foord | link | issue17660 messages |
2013-04-08 21:02:08 | michael.foord | create | |
|