summaryrefslogtreecommitdiff
path: root/Doc/library/collections.rst
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2015-11-10 00:09:49 -0800
committerRaymond Hettinger <python@rcn.com>2015-11-10 00:09:49 -0800
commit355caaa83abf854934b66d6a267f90c780931158 (patch)
treece8d520a93a5d859b62c578826162c0e604ad358 /Doc/library/collections.rst
parent7ee818d0896384ee00aa64bb50e1508eac4121c0 (diff)
parentd6c10db4d7a3aeba86047d82b07dfb6661a217d5 (diff)
downloadcpython-355caaa83abf854934b66d6a267f90c780931158.tar.gz
merge
Diffstat (limited to 'Doc/library/collections.rst')
-rw-r--r--Doc/library/collections.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/library/collections.rst b/Doc/library/collections.rst
index 2ab44135d5..af005e75ef 100644
--- a/Doc/library/collections.rst
+++ b/Doc/library/collections.rst
@@ -952,6 +952,9 @@ customize a prototype instance:
constructor that is convenient for use cases where named tuples are being
subclassed.
+ * :meth:`types.SimpleNamespace` for a mutable namespace based on an underlying
+ dictionary instead of a tuple.
+
:class:`OrderedDict` objects
----------------------------