Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
d6056b7d
Commit
d6056b7d
authored
Mar 31, 2011
by
Raymond Hettinger
Browse files
Options
Browse Files
Download
Plain Diff
Issue #7796: Add link to Jan Kaliszewski's alternate constructor and ABC for named tuples.
parents
112226f9
6c94e6fb
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
2 deletions
+10
-2
Doc/library/collections.rst
Doc/library/collections.rst
+9
-2
Misc/ACKS
Misc/ACKS
+1
-0
No files found.
Doc/library/collections.rst
View file @
d6056b7d
...
...
@@ -857,9 +857,16 @@ and more efficient to use a simple class declaration:
.. seealso::
`Named tuple recipe <http://code.activestate.com/recipes/500261/>`_
*
`Named tuple recipe <http://code.activestate.com/recipes/500261/>`_
adapted for Python 2.4.
* `Recipe for named tuple abstract base class with a metaclass mix-in
<http://code.activestate.com/recipes/577629-namedtupleabc-abstract-base-class-mix-in-for-named/>`_
by Jan Kaliszewski. Besides providing an :term:`abstract base class` for
named tuples, it also supports an alternate :term:`metaclass`-based
constructor that is convenient for use cases where named tuples are being
subclassed.
:class:`OrderedDict` objects
----------------------------
...
...
Misc/ACKS
View file @
d6056b7d
...
...
@@ -452,6 +452,7 @@ Tamito Kajiyama
Peter van Kampen
Rafe Kaplan
Jacob Kaplan-Moss
Jan Kaliszewski
Arkady Koplyarov
Lou Kates
Hiroaki Kawai
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment