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 ned.deily, rhettinger, serhiy.storchaka
Date 2018-04-30.07:21:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1525072907.12.0.682650639539.issue33385@psf.upfronthosting.co.za>
In-reply-to
Content
Thank you Raymond. I hesitated to make a choose.

Ned, is it good to add a deprecation warning in setdefault() methods of the dbm classes when they called with a single argument in 3.7? Their current behavior (no-op or error) is not useful in any case.
History
Date User Action Args
2018-04-30 07:21:47serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, ned.deily
2018-04-30 07:21:47serhiy.storchakasetmessageid: <1525072907.12.0.682650639539.issue33385@psf.upfronthosting.co.za>
2018-04-30 07:21:47serhiy.storchakalinkissue33385 messages
2018-04-30 07:21:46serhiy.storchakacreate