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 pitrou
Recipients Jimbofbx, jnoller, pitrou
Date 2010-09-08.23:45:38
SpamBayes Score 0.07327261
Marked as misclassified No
Message-id <1283989539.99.0.465797141464.issue9801@psf.upfronthosting.co.za>
In-reply-to
Content
Similarly:

>>> x = man.list()
>>> x.append({})
>>> x[0]
{}
>>> x[0]['a'] = 5
>>> x[0]
{}

Lots of fun!
History
Date User Action Args
2010-09-08 23:45:40pitrousetrecipients: + pitrou, jnoller, Jimbofbx
2010-09-08 23:45:39pitrousetmessageid: <1283989539.99.0.465797141464.issue9801@psf.upfronthosting.co.za>
2010-09-08 23:45:38pitroulinkissue9801 messages
2010-09-08 23:45:38pitroucreate