-
Notifications
You must be signed in to change notification settings - Fork 351
Closed as not planned
Labels
Description
Feature Request / Improvement
I was studying Python libraries and how they handle deprecation. Specifically, I was exploring constant deprecation in the context of issue #1217. I found this module in Conda, and they have good documentation about deprecation. Since BSD-3 is compatible with Apache 2.0, I believe we could adopt their approach to deprecation. It is more robust and provides the ability to deprecate constants in a module or arguments in a function.
I’d love to hear what you all think about this. Are there any suggestions or concerns we should consider?