Skip to content

Conversation

gotmax23
Copy link
Contributor

Before

$ pydoc trove_classifiers
Help on package trove_classifiers:

NAME
    trove_classifiers

PACKAGE CONTENTS
    __main__

DATA
    Dict = typing.Dict
        A generic version of dict.

    List = typing.List
        A generic version of list.

    Set = typing.Set
        A generic version of set.

    __annotations__ = {'all_classifiers': typing.List[str], 'classifiers':...
    all_classifiers = ['Development Status :: 1 - Planning', 'Development ...
    classifiers = {'Development Status :: 1 - Planning', 'Development Stat...
    deprecated_classifiers = {'Framework :: Django CMS :: 4.2': ['Framewor...
    sorted_classifiers = ['Development Status :: 1 - Planning', 'Developme...

After

$ pydoc trove_classifiers
Help on package trove_classifiers:

NAME
    trove_classifiers

PACKAGE CONTENTS
    __main__

DATA
    __all__ = ['all_classifiers', 'deprecated_classifiers', 'sorted_classi...
    __annotations__ = {'all_classifiers': typing.List[str], 'classifiers':...
    all_classifiers = ['Development Status :: 1 - Planning', 'Development ...
    deprecated_classifiers = {'Framework :: Django CMS :: 4.2': ['Framewor...
    sorted_classifiers = ['Development Status :: 1 - Planning', 'Developme...

@di di merged commit 7e3e9e0 into pypa:main Mar 19, 2025
1 check passed
@gotmax23
Copy link
Contributor Author

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants