Closed this issue 6 years ago · 1 comments
Hi,
Is it possible to warns for deprecation instead of raising an exception ? The method RecoverAsync is depreciated but should imho warns with warnings.warn() instead of raising a DeprecationWarning shouldn't it ?
RecoverAsync
warnings.warn()
DeprecationWarning
Closed since #13 is merged.