diff --git a/Doc/library/collections.rst b/Doc/library/collections.rst
index e531d40c967..587d6343071 100644
--- a/Doc/library/collections.rst
+++ b/Doc/library/collections.rst
@@ -857,8 +857,15 @@ and more efficient to use a simple class declaration:
.. seealso::
- `Named tuple recipe `_
- adapted for Python 2.4.
+ * `Named tuple recipe `_
+ adapted for Python 2.4.
+
+ * `Recipe for named tuple abstract base class with a metaclass mix-in
+ `_
+ 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
diff --git a/Misc/ACKS b/Misc/ACKS
index 3a2e29a7bf4..b1c2eeaea03 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -452,6 +452,7 @@ Tamito Kajiyama
Peter van Kampen
Rafe Kaplan
Jacob Kaplan-Moss
+Jan Kaliszewski
Arkady Koplyarov
Lou Kates
Hiroaki Kawai