Comment on Deprecations via warnings don't work for Python librariesparentComments−wang_li9moThat's why you, very early on, release code that slows the API down once it has been deprecated. Every place you issue a deprecation warning, you also sleep 60. Problem solved.−skeledrew9moA solid idea. There should be a package for this.
Comments
That's why you, very early on, release code that slows the API down once it has been deprecated. Every place you issue a deprecation warning, you also sleep 60. Problem solved.
A solid idea. There should be a package for this.