[issue30262] Don't expose sqlite3 Cache and Statement

Aviv Palivoda report at bugs.python.org
Sat May 13 13:01:30 EDT 2017


Aviv Palivoda added the comment:

I opened a separate PR for the deprecation of the Cache and Statement.  

> I would think you could replace those entries with calls to wrapper functions that issue the deprecation and then call the real function.

I made wrapper deprecation classes that issue the deprecation. I am not sure if there is a easier way...

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30262>
_______________________________________


More information about the Python-bugs-list mailing list