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 wsanchez
Recipients wsanchez
Date 2018-05-25.21:58:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1527285535.19.0.682650639539.issue33651@psf.upfronthosting.co.za>
In-reply-to
Content
The sqlite3.Row class has mapping-like behavior but does not implement the get() method, so providing default values in code requires a bit of boilerplate that is not necessary with dictionaries.
History
Date User Action Args
2018-05-25 21:58:55wsanchezsetrecipients: + wsanchez
2018-05-25 21:58:55wsanchezsetmessageid: <1527285535.19.0.682650639539.issue33651@psf.upfronthosting.co.za>
2018-05-25 21:58:55wsanchezlinkissue33651 messages
2018-05-25 21:58:55wsanchezcreate