Kaydet (Commit) d59efbcc authored tarafından Georg Brandl's avatar Georg Brandl

#5199: make warning about vars() assignment more visible.

üst 649fae1e
...@@ -1352,8 +1352,12 @@ available. They are listed here in alphabetical order. ...@@ -1352,8 +1352,12 @@ available. They are listed here in alphabetical order.
Without arguments, return a dictionary corresponding to the current local symbol Without arguments, return a dictionary corresponding to the current local symbol
table. With a module, class or class instance object as argument (or anything table. With a module, class or class instance object as argument (or anything
else that has a :attr:`__dict__` attribute), returns a dictionary corresponding else that has a :attr:`__dict__` attribute), returns a dictionary corresponding
to the object's symbol table. The returned dictionary should not be modified: to the object's symbol table.
the effects on the corresponding symbol table are undefined. [#]_
.. warning::
The returned dictionary should not be modified:
the effects on the corresponding symbol table are undefined. [#]_
.. function:: xrange([start,] stop[, step]) .. function:: xrange([start,] stop[, step])
......
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