Various things like authorizer and tracers currently have get and/or set methods. Deprecate those and use attributes instead. Also various things are added to module at import time via PyModule_AddObject which may be done a better way, especially to get docstrings
Here are the relevant current methods.
Can't be done:
- Connection.set_last_insert_rowid (already a method)
Won't be done (very rarely used):
Various things like authorizer and tracers currently have get and/or set methods. Deprecate those and use attributes instead. Also various things are added to module at import time via PyModule_AddObject which may be done a better way, especially to get docstrings
Here are the relevant current methods.
Can't be done:
Won't be done (very rarely used):