[New-bugs-announce] [issue33651] Add get() method to sqlite3.Row class

Wilfredo Sanchez report at bugs.python.org
Fri May 25 17:58:55 EDT 2018


New submission from Wilfredo Sanchez <wsanchez at wsanchez.net>:

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.

----------
components: Library (Lib)
messages: 317719
nosy: wsanchez
priority: normal
severity: normal
status: open
title: Add get() method to sqlite3.Row class
type: enhancement
versions: Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33651>
_______________________________________


More information about the New-bugs-announce mailing list