New submission from Wilfredo Sanchez <wsanc...@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 <rep...@bugs.python.org> <https://bugs.python.org/issue33651> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com