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

gh-91896: Deprecate collections.abc.ByteString #102096

Merged
merged 13 commits into from
May 4, 2023

Commits on Feb 21, 2023

  1. pythongh-91896: Deprecate collections.abc.ByteString

    Getting a DeprecationWarning on issubclass proved to be difficult,
    because it could affect unrelated looking things like
    `isinstance(bytes, Sequence)`
    hauntsaninja committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    804dfa1 View commit details
    Browse the repository at this point in the history
  2. add back a whitespace

    hauntsaninja committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    4c7eace View commit details
    Browse the repository at this point in the history
  3. docs

    hauntsaninja committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    d534015 View commit details
    Browse the repository at this point in the history
  4. typing docs

    hauntsaninja committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    476a259 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. pep 688 docs

    hauntsaninja committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    46404a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1b4fd2 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. what's new, removed

    hauntsaninja committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    dc22a74 View commit details
    Browse the repository at this point in the history
  2. move to pending removal

    hauntsaninja committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    eeaff44 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2023

  1. add test

    hauntsaninja committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    8777d29 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2023

  1. Configuration menu
    Copy the full SHA
    c053777 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. Configuration menu
    Copy the full SHA
    4523ef0 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. Configuration menu
    Copy the full SHA
    c23e1ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f774692 View commit details
    Browse the repository at this point in the history