From c93dbe2f9b73a00b114e21564b32545898ef356c Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Sun, 20 Oct 2013 20:42:07 -0700 Subject: Issue #19271: By Python3.4, the Python 2.4 backport links are no longer of much interest. --- Doc/library/collections.rst | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/Doc/library/collections.rst b/Doc/library/collections.rst index 566d32a..80c6c76 100644 --- a/Doc/library/collections.rst +++ b/Doc/library/collections.rst @@ -374,10 +374,6 @@ or subtracting from an empty counter. .. seealso:: - * `Counter class `_ - adapted for Python 2.5 and an early `Bag recipe - `_ for Python 2.4. - * `Bag class `_ in Smalltalk. @@ -920,11 +916,6 @@ and more efficient to use a simple class declaration: >>> class Status: open, pending, closed = range(3) -.. seealso:: - - * `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 @@ -987,10 +978,6 @@ The :class:`OrderedDict` constructor and :meth:`update` method both accept keyword arguments, but their order is lost because Python's function call semantics pass-in keyword arguments using a regular unordered dictionary. -.. seealso:: - - `Equivalent OrderedDict recipe `_ - that runs on Python 2.4 or later. :class:`OrderedDict` Examples and Recipes ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -- cgit v0.12