We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd09774 commit 201c4bfCopy full SHA for 201c4bf
Doc/library/functions.rst
@@ -1734,6 +1734,9 @@ are always available. They are listed here in alphabetical order.
1734
locals dictionary is only useful for reads since updates to the locals
1735
dictionary are ignored.
1736
1737
+ A :exc:`TypeError` exception is raised if an object is specified but
1738
+ it doesn't have a :attr:`~object.__dict__` attribute (for example, if
1739
+ its class defines the :attr:`~object.__slots__` attribute).
1740
1741
.. function:: zip(*iterables, strict=False)
1742
0 commit comments