summaryrefslogtreecommitdiff
path: root/Doc/library/collections.rst
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2015-11-10 00:00:17 -0800
committerRaymond Hettinger <python@rcn.com>2015-11-10 00:00:17 -0800
commitd6c10db4d7a3aeba86047d82b07dfb6661a217d5 (patch)
tree940db9c5a9a25cd5959a83f898a83e590dcbcae8 /Doc/library/collections.rst
parent6cab464e02851524a65abbe8888516a92c0359f7 (diff)
parentdd8e276d5685d49ee4849b2da61bc60aeef86b34 (diff)
downloadcpython-d6c10db4d7a3aeba86047d82b07dfb6661a217d5.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 8841db649d..b60dd79b7d 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
----------------------------