8000 Update weakref.rst by geryogam · Pull Request #14098 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

Update weakref.rst #14098

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 2 commits into from
Jun 15, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update weakref.rst
  • Loading branch information
geryogam authored Jun 15, 2019
commit 5a5efbf17886e0cb892753a5b6c9df0d5af929a1
4 changes: 2 additions & 2 deletions Doc/library/weakref.rst
753D
Original file line numberDiff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ exposed by the :mod:`weakref` module for the benefit of advanced uses.

Not all objects can be weakly referenced; those objects which can include class
instances, functions written in Python (but not in C), instance methods, sets,
frozensets, some :term:`file objects <file object>`, :term:`generator`\s, type
objects, sockets, arrays, deques, regular expression pattern objects, and code
frozensets, some :term:`file objects <file object>`, :term:`generators <generator>`,
type objects, sockets, arrays, deques, regular expression pattern objects, and code
objects.

.. versionchanged:: 3.2
Expand Down
0