[issue38374] Remove weakref.ReferenceError entry from documentation

New submission from Martijn Pieters <mj@python.org>: The weakref documentation still mentions weakref.ReferenceError: https://docs.python.org/3/library/weakref.html#weakref.ReferenceError But this alias for the built-in ReferenceError exception was removed in the 3.0 development cycle (https://github.com/python/cpython/commit/2633c69fae7e413b2b64b01d8c0c901ae64...), the last version where `weakref.ReferenceError` still exists is Python 2.7. Please remove it, it's just confusing now. ---------- assignee: docs@python components: Documentation messages: 353977 nosy: docs@python, mjpieters priority: normal severity: normal status: open title: Remove weakref.ReferenceError entry from documentation versions: Python 3.6, Python 3.7, Python 3.8 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue38374> _______________________________________

Roger Hurwitz <rogerhurwitz@gmail.com> added the comment: At PyCascades CPython sprint and reviewing this issue. ---------- nosy: +rogerhurwitz _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue38374> _______________________________________

Change by Roger Hurwitz <rogerhurwitz@gmail.com>: ---------- keywords: +patch pull_requests: +17826 stage: -> patch review pull_request: https://github.com/python/cpython/pull/18452 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue38374> _______________________________________

miss-islington <mariatta.wijaya+miss-islington@gmail.com> added the comment: New changeset 4eb9f4313cfaea6a9611221024a1c54f5662cc37 by Roger Hurwitz in branch 'master': bpo-38374: Remove weakref.ReferenceError from docs (GH-18452) https://github.com/python/cpython/commit/4eb9f4313cfaea6a9611221024a1c54f566... ---------- nosy: +miss-islington _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue38374> _______________________________________

Change by miss-islington <mariatta.wijaya+miss-islington@gmail.com>: ---------- pull_requests: +17828 pull_request: https://github.com/python/cpython/pull/18454 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue38374> _______________________________________

Change by miss-islington <mariatta.wijaya+miss-islington@gmail.com>: ---------- pull_requests: +17829 pull_request: https://github.com/python/cpython/pull/18455 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue38374> _______________________________________

Change by Guido van Rossum <guido@python.org>: ---------- resolution: -> fixed stage: patch review -> resolved status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue38374> _______________________________________

miss-islington <mariatta.wijaya+miss-islington@gmail.com> added the comment: New changeset fcfc3c8fbe3942e8deef15acc25bfa371db7766a by Miss Islington (bot) in branch '3.7': bpo-38374: Remove weakref.ReferenceError from docs (GH-18452) https://github.com/python/cpython/commit/fcfc3c8fbe3942e8deef15acc25bfa371db... ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue38374> _______________________________________

miss-islington <mariatta.wijaya+miss-islington@gmail.com> added the comment: New changeset 3f8d181446aa9d87e3773896c2695161ea8f6e42 by Miss Islington (bot) in branch '3.8': bpo-38374: Remove weakref.ReferenceError from docs (GH-18452) https://github.com/python/cpython/commit/3f8d181446aa9d87e3773896c2695161ea8... ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue38374> _______________________________________
participants (4)
-
Guido van Rossum
-
Martijn Pieters
-
miss-islington
-
Roger Hurwitz