[New-bugs-announce] [issue38374] Remove weakref.ReferenceError entry from documentation

Martijn Pieters report at bugs.python.org
Fri Oct 4 18:55:21 EDT 2019


New submission from Martijn Pieters <mj at 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/2633c69fae7e413b2b64b01d8c0c901ae649a225#diff-b7975e9ef5a6be5f64e9bb391de03057), the last version where `weakref.ReferenceError` still exists is Python 2.7.

Please remove it, it's just confusing now.

----------
assignee: docs at python
components: Documentation
messages: 353977
nosy: docs at 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 at bugs.python.org>
<https://bugs.python.org/issue38374>
_______________________________________


More information about the New-bugs-announce mailing list