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 serhiy.storchaka
Recipients eric.smith, serhiy.storchaka, thedemz
Date 2017-11-25.23:14:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1511651649.44.0.213398074469.issue32135@psf.upfronthosting.co.za>
In-reply-to
Content
The update() method returns None. This is a correct behavior.

The rationale is the same as for list.sort(), see https://docs.python.org/3/faq/design.html#why-doesn-t-list-sort-return-the-sorted-list.
History
Date User Action Args
2017-11-25 23:14:09serhiy.storchakasetrecipients: + serhiy.storchaka, eric.smith, thedemz
2017-11-25 23:14:09serhiy.storchakasetmessageid: <1511651649.44.0.213398074469.issue32135@psf.upfronthosting.co.za>
2017-11-25 23:14:09serhiy.storchakalinkissue32135 messages
2017-11-25 23:14:09serhiy.storchakacreate