Skip to content

[3.7] bpo-38374: Remove weakref.ReferenceError from docs (GH-18452) #18455

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

Merged
merged 1 commit into from
Feb 11, 2020

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Feb 11, 2020

Reflecting changes to the code, removed weakref.ReferenceError from weakref.rst and exceptions.rst.

Issue submitter provided evidence that the weakref.ReferenceError alias for ReferenceError was removed from the code in 2007. Working with @gvanrossum at PyCascades CPython sprint we looked at the code and confirmed that weakref.ReferenceError was no longer in weakref.py.

Based on that analysis I removed references weakref.ReferenceError from the two documents where it was still being referenced: weakref.rst and exceptions.rst.

https://bugs.python.org/issue38374
(cherry picked from commit 4eb9f43)

Co-authored-by: Roger Hurwitz rogerhurwitz@gmail.com

https://bugs.python.org/issue38374

Automerge-Triggered-By: @gvanrossum

Reflecting changes to the code, removed weakref.ReferenceError from weakref.rst and exceptions.rst.

Issue submitter provided evidence that the `weakref.ReferenceError` alias for `ReferenceError` was removed from the code in 2007.  Working with @gvanrossum at PyCascades CPython sprint we looked at the code and confirmed that `weakref.ReferenceError` was no longer in `weakref.py`.

Based on that analysis I removed references `weakref.ReferenceError` from the two documents where it was still being referenced: `weakref.rst` and `exceptions.rst`.

https://bugs.python.org/issue38374
(cherry picked from commit 4eb9f43)

Co-authored-by: Roger Hurwitz <rogerhurwitz@gmail.com>
@miss-islington
Copy link
Contributor Author

@rogerhurwitz: Status check is done, and it's a success ✅ .

@miss-islington miss-islington merged commit fcfc3c8 into python:3.7 Feb 11, 2020
@miss-islington miss-islington deleted the backport-4eb9f43-3.7 branch February 11, 2020 07:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants