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 thedemz
Recipients thedemz
Date 2017-11-25.22:56:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1511650583.53.0.213398074469.issue32135@psf.upfronthosting.co.za>
In-reply-to
Content
>>> x = {"x":123}.update({"abc":123})
>>> type(x)
<class 'NoneType'>
History
Date User Action Args
2017-11-25 22:56:23thedemzsetrecipients: + thedemz
2017-11-25 22:56:23thedemzsetmessageid: <1511650583.53.0.213398074469.issue32135@psf.upfronthosting.co.za>
2017-11-25 22:56:23thedemzlinkissue32135 messages
2017-11-25 22:56:23thedemzcreate