python-slack-sdk
python-slack-sdk copied to clipboard
Why are deprecated methods not commented out or removed?
Is there a reason that deprecated methods, such as groups_createChild, are allowed to be called? As the deprecation happened 3.5 years ago, it feels like it's a good time to comment them out or remove it. An old issue had a similar question, but it's not quite the same question.
https://github.com/slackapi/python-slack-sdk/blob/417fc5b269dba776b0ddb60223a756130815292d/slack_sdk/web/client.py#L3840-L3848
Hi @Keanro, thanks for the suggestion! Indeed, there are no blockers for removing them, so we may remove the lines of code in a future release.
Any chance this will ever be looked at?