[Python-checkins] cpython (3.5): Remove duplicate of the entry in the seealso section

raymond.hettinger python-checkins at python.org
Tue Aug 16 13:59:27 EDT 2016


https://hg.python.org/cpython/rev/bcf863c44494
changeset:   102704:bcf863c44494
branch:      3.5
parent:      102697:3ff02380b1bf
user:        Raymond Hettinger <python at rcn.com>
date:        Tue Aug 16 10:59:04 2016 -0700
summary:
  Remove duplicate of the entry in the seealso section

files:
  Doc/library/collections.rst |  5 -----
  1 files changed, 0 insertions(+), 5 deletions(-)


diff --git a/Doc/library/collections.rst b/Doc/library/collections.rst
--- a/Doc/library/collections.rst
+++ b/Doc/library/collections.rst
@@ -793,11 +793,6 @@
     Named tuple instances do not have per-instance dictionaries, so they are
     lightweight and require no more memory than regular tuples.
 
-    For simple uses, where the only requirement is to be able to refer to a set
-    of values by name using attribute-style access, the
-    :class:`types.SimpleNamespace` type can be a suitable alternative to using
-    a namedtuple.
-
     .. versionchanged:: 3.1
         Added support for *rename*.
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list