rogerbinns / apsw

Another Python SQLite wrapper
https://rogerbinns.github.io/apsw/
Other
733 stars 97 forks source link

Use some newer CPython APIs to shorten code and document intentions #390

Closed rogerbinns closed 1 year ago

rogerbinns commented 1 year ago

There are some APIs that make it clearer what the code intentions are, and also make it shorter. pyutil will need to provide definitions for earlier python versions.

This needs something more formal:

rogerbinns commented 1 year ago

Calling this done