Closed dzen closed 5 years ago
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 https://github.com/gmr/pamqp/pull/13 is merged.
Hi,
Is it possible to warns for deprecation instead of raising an exception ? The method
RecoverAsync
is depreciated but should imho warns withwarnings.warn()
instead of raising aDeprecationWarning
shouldn't it ?