Kaydet (Commit) 69da9c43 authored tarafından Berker Peksag's avatar Berker Peksag

Issue #26547: Merge from 3.5

......@@ -1472,7 +1472,7 @@ are always available. They are listed here in alphabetical order.
Objects such as modules and instances have an updateable :attr:`~object.__dict__`
attribute; however, other objects may have write restrictions on their
:attr:`~object.__dict__` attributes (for example, classes use a
dictproxy to prevent direct dictionary updates).
:class:`types.MappingProxyType` to prevent direct dictionary updates).
Without an argument, :func:`vars` acts like :func:`locals`. Note, the
locals dictionary is only useful for reads since updates to the locals
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment