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

bpo-43723: deprecate camelCase aliases from threading #25174

Merged
merged 7 commits into from
Apr 12, 2021

Commits on Apr 4, 2021

  1. bpo-43723: deprecate camelCase aliases from threading

    The snake_case names have existed since Python 2.6, so there is
    no reason to keep the old camelCase names around. One similar
    method, threading.Thread.isAlive, was already removed in
    Python 3.9 (bpo-37804).
    JelleZijlstra committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    558e66b View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2021

  1. Configuration menu
    Copy the full SHA
    1af898e View commit details
    Browse the repository at this point in the history
  2. update tests

    JelleZijlstra committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    a76261a View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2021

  1. more doc updates

    JelleZijlstra committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    b32c41e View commit details
    Browse the repository at this point in the history
  2. fix make check

    JelleZijlstra committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    be7c522 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2021

  1. reword more docs

    JelleZijlstra committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    8fac027 View commit details
    Browse the repository at this point in the history
  2. fix directives

    JelleZijlstra committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    aeae847 View commit details
    Browse the repository at this point in the history