cpython: 79e4593ce746 (original) (raw)
Mercurial > cpython
changeset 102149:79e4593ce746 3.5
Issue #26547: Remove outdated term dictproxy from vars() documentation dictproxy was used in Python 2 and it was renamed to mappingproxy in Python 3.3. Patch by Julien. [#26547]
Berker Peksag berker.peksag@gmail.com | |
---|---|
date | Fri, 24 Jun 2016 09:12:01 +0300 |
parents | 23182404a85c |
children | 45544b868f7b 983fe8f96b08 |
files | Doc/library/functions.rst |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-)[+] [-] Doc/library/functions.rst 2 |
line wrap: on
line diff
--- a/Doc/library/functions.rst
+++ b/Doc/library/functions.rst
@@ -1469,7 +1469,7 @@ are always available. They are listed h
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