Message 377896 - Python tracker

Message377896

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