[issue42675] Document changes made in bpo-42195
New submission from Ken Jin <kenjin4096@gmail.com>: A whatsnew is probably needed as this change causes backwards incompatibility in some code working with Python 3.9.0 and 3.9.1. I think the patch for Python 3.9.2 should mention that a DeprecationWarning is emitted for some invalid use cases, which will eventually become a TypeError. ---------- assignee: docs@python components: Documentation messages: 383304 nosy: docs@python, gvanrossum, kj priority: normal severity: normal status: open title: Document changes made in bpo-42195 versions: Python 3.10, Python 3.9 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue42675> _______________________________________
Change by Ken Jin <kenjin4096@gmail.com>: ---------- keywords: +patch pull_requests: +22698 stage: -> patch review pull_request: https://github.com/python/cpython/pull/23839 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue42675> _______________________________________
Guido van Rossum <guido@python.org> added the comment: New changeset d75f6f78e6ca230d0dacc116dca9d8bf91509b68 by kj in branch 'master': bpo-42675: Document collections.abc.Callable changes (GH-23839) https://github.com/python/cpython/commit/d75f6f78e6ca230d0dacc116dca9d8bf915... ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue42675> _______________________________________
Change by Ken Jin <kenjin4096@gmail.com>: ---------- pull_requests: +22716 pull_request: https://github.com/python/cpython/pull/23852 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue42675> _______________________________________
Guido van Rossum <guido@python.org> added the comment: New changeset 597ebc8cf604de49eabbc7b83be2debd005d7819 by kj in branch '3.9': [3.9] bpo-42675: Document collections.abc.Callable changes (GH-23839) (#23852) https://github.com/python/cpython/commit/597ebc8cf604de49eabbc7b83be2debd005... ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue42675> _______________________________________
Guido van Rossum <guido@python.org> added the comment: Can this be closed now? ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue42675> _______________________________________
Change by Ken Jin <kenjin4096@gmail.com>: ---------- resolution: -> fixed stage: patch review -> resolved status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue42675> _______________________________________
participants (2)
-
Guido van Rossum -
Ken Jin