Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Always mention explicit export when relevant #13925

Merged
merged 2 commits into from
Oct 20, 2022

Commits on Oct 19, 2022

  1. Always mention explicit export when relevant

    Related to python#13917 and python#13908. This handles situations involving
    per-module re-exports correctly / is consistent with the error you'd get
    with attribute access.
    hauntsaninja committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    0f6067d View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. fix tests

    hauntsaninja committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    82cb584 View commit details
    Browse the repository at this point in the history