Commit 682f6035 authored by Benjamin Peterson's avatar Benjamin Peterson

Merged revisions 82952 via svnmerge from

svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r82952 | benjamin.peterson | 2010-07-18 09:23:36 -0500 (Sun, 18 Jul 2010) | 1 line

  use classmethod
........
parent cac0b83b
...@@ -787,7 +787,7 @@ In addition to the methods inherited from tuples, named tuples support ...@@ -787,7 +787,7 @@ In addition to the methods inherited from tuples, named tuples support
three additional methods and one attribute. To prevent conflicts with three additional methods and one attribute. To prevent conflicts with
field names, the method and attribute names start with an underscore. field names, the method and attribute names start with an underscore.
.. method:: somenamedtuple._make(iterable) .. classmethod:: somenamedtuple._make(iterable)
Class method that makes a new instance from an existing sequence or iterable. Class method that makes a new instance from an existing sequence or iterable.
......
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