Skip to content

Why are deprecated methods not commented out or removed? #1531

@Keanro

Description

@Keanro

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.

def groups_createChild(
self,
*,
channel: str,
**kwargs,
) -> SlackResponse:
"""Clones and archives a private channel."""
kwargs.update({"channel": channel})
return self.api_call("groups.createChild", http_verb="GET", params=kwargs)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions