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 stutzbach
Recipients stutzbach
Date 2010-07-09.19:32:32
SpamBayes Score 0.13890673
Marked as misclassified No
Message-id <1278703954.05.0.985778729473.issue9214@psf.upfronthosting.co.za>
In-reply-to
Content
Oops.  Somehow deleted a linefeed in there.  The example should read:

x = MySimpleMapping(red=5)
y = x.keys()
z = x.keys() | {'orange'}                                                       x['blue'] = 7
print(list(z))
print(list(z))
History
Date User Action Args
2010-07-09 19:32:34stutzbachsetrecipients: + stutzbach
2010-07-09 19:32:34stutzbachsetmessageid: <1278703954.05.0.985778729473.issue9214@psf.upfronthosting.co.za>
2010-07-09 19:32:32stutzbachlinkissue9214 messages
2010-07-09 19:32:32stutzbachcreate