This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author palaviv
Recipients berker.peksag, ghaering, palaviv, r.david.murray
Date 2017-05-13.17:01:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1494694890.69.0.497883781155.issue30262@psf.upfronthosting.co.za>
In-reply-to
Content
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...
History
Date User Action Args
2017-05-13 17:01:30palavivsetrecipients: + palaviv, ghaering, r.david.murray, berker.peksag
2017-05-13 17:01:30palavivsetmessageid: <1494694890.69.0.497883781155.issue30262@psf.upfronthosting.co.za>
2017-05-13 17:01:30palavivlinkissue30262 messages
2017-05-13 17:01:30palavivcreate