[issue39139] Reference to depricated collections.abc class in collections is unnecessary and confusing

New submission from Khalid Mammadov <khalidmammadov9@gmail.com>: "Deprecated since version 3.3, will be removed in version 3.9: Moved Collections Abstract Base Classes to the collections.abc module. For backwards compatibility, they continue to be visible in this module through Python 3.8." on the overview is confusing as it's not listed on that page and explained on the next one. ---------- assignee: docs@python components: Documentation messages: 358889 nosy: docs@python, khalidmammadov priority: normal severity: normal status: open title: Reference to depricated collections.abc class in collections is unnecessary and confusing type: enhancement versions: Python 3.8 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue39139> _______________________________________

Karthikeyan Singaravelan <tir.karthi@gmail.com> added the comment: It can be updated since issue25988 removed the deprecation in Python 3.9. ---------- nosy: +rhettinger, xtreak _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue39139> _______________________________________

Change by Khalid Mammadov <khalidmammadov9@gmail.com>: ---------- keywords: +patch pull_requests: +17153 stage: -> patch review pull_request: https://github.com/python/cpython/pull/17707 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue39139> _______________________________________

Karthikeyan Singaravelan <tir.karthi@gmail.com> added the comment: The removal in 3.9 was reverted and postponed to 3.10 in issue39674. ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue39139> _______________________________________

Khalid Mammadov <khalidmammadov9@gmail.com> added the comment: Looks like this is covered in greater detail in the other PRs. So, closing the PR and the issue ---------- stage: patch review -> resolved status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue39139> _______________________________________

Change by Khalid Mammadov <khalidmammadov9@gmail.com>: ---------- resolution: -> duplicate _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue39139> _______________________________________
participants (2)
-
Karthikeyan Singaravelan
-
Khalid Mammadov