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 padremayi
Recipients eli.bendersky, padremayi, scoder
Date 2022-02-23.10:34:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1645612457.14.0.651695497672.issue46798@roundup.psfhosted.org>
In-reply-to
Content
Now:
def get(self, key, default=None)

Future:
def get(self, key, default=None, double_value=False)

No code break
History
Date User Action Args
2022-02-23 10:34:17padremayisetrecipients: + padremayi, scoder, eli.bendersky
2022-02-23 10:34:17padremayisetmessageid: <1645612457.14.0.651695497672.issue46798@roundup.psfhosted.org>
2022-02-23 10:34:17padremayilinkissue46798 messages
2022-02-23 10:34:17padremayicreate