bpo-44702: Remove ambiguity in sentence (GH-27676)
Automerge-Triggered-By: GH:pablogsal
This commit is contained in:
parent
eb2d4a66ff
commit
03e5647ab0
@ -63,9 +63,9 @@ or :class:`finalize` is all they need -- it's not usually necessary to
|
|||||||
create your own weak references directly. The low-level machinery is
|
create your own weak references directly. The low-level machinery is
|
||||||
exposed by the :mod:`weakref` module for the benefit of advanced uses.
|
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
|
Not all objects can be weakly referenced. Objects which support weak references
|
||||||
instances, functions written in Python (but not in C), instance methods, sets,
|
include class instances, functions written in Python (but not in C), instance methods,
|
||||||
frozensets, some :term:`file objects <file object>`, :term:`generators <generator>`,
|
sets, frozensets, some :term:`file objects <file object>`, :term:`generators <generator>`,
|
||||||
type objects, sockets, arrays, deques, regular expression pattern objects, and code
|
type objects, sockets, arrays, deques, regular expression pattern objects, and code
|
||||||
objects.
|
objects.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user