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 iritkatriel
Recipients Paddy McCarthy, docs@python, eric.araujo, iritkatriel, serhiy.storchaka
Date 2020-10-03.18:01:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1601748083.97.0.525618401031.issue33235@roundup.psfhosted.org>
In-reply-to
Content
The help message is now:

  Help on method_descriptor:
  setdefault(self, key, default=None, /)
    Insert key with a value of default if key is not in the dictionary.    
    Return the value for key if key is in the dictionary, else default.

This issue should be closed as out of date.
History
Date User Action Args
2020-10-03 18:01:24iritkatrielsetrecipients: + iritkatriel, eric.araujo, docs@python, serhiy.storchaka, Paddy McCarthy
2020-10-03 18:01:23iritkatrielsetmessageid: <1601748083.97.0.525618401031.issue33235@roundup.psfhosted.org>
2020-10-03 18:01:23iritkatriellinkissue33235 messages
2020-10-03 18:01:23iritkatrielcreate