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
6c94e6fb
Commit
6c94e6fb
authored
Mar 31, 2011
by
Raymond Hettinger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue #7796: Add link to Jan Kaliszewski's alternate constructor and ABC for named tuples.
parent
12e6c256
Changes
2
Hide 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 @
6c94e6fb
...
@@ -775,8 +775,15 @@ and more efficient to use a simple class declaration:
...
@@ -775,8 +775,15 @@ and more efficient to use a simple class declaration:
.. seealso::
.. seealso::
`Named tuple recipe <http://code.activestate.com/recipes/500261/>`_
* `Named tuple recipe <http://code.activestate.com/recipes/500261/>`_
adapted for Python 2.4.
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
:class:`OrderedDict` objects
...
...
Misc/ACKS
View file @
6c94e6fb
...
@@ -449,6 +449,7 @@ Tamito Kajiyama
...
@@ -449,6 +449,7 @@ Tamito Kajiyama
Peter van Kampen
Peter van Kampen
Rafe Kaplan
Rafe Kaplan
Jacob Kaplan-Moss
Jacob Kaplan-Moss
Jan Kaliszewski
Arkady Koplyarov
Arkady Koplyarov
Lou Kates
Lou Kates
Hiroaki Kawai
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