From: Antoine Pitrou Date: Fri, 7 Jan 2011 19:01:48 +0000 (+0000) Subject: Group seealsos X-Git-Tag: v3.2rc1~130 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4b512f73e0fe55d21a36da5658e424528ec0b2d4;p=thirdparty%2FPython%2Fcpython.git Group seealsos --- diff --git a/Doc/library/calendar.rst b/Doc/library/calendar.rst index 2e03946fd992..ac6b294c12d5 100644 --- a/Doc/library/calendar.rst +++ b/Doc/library/calendar.rst @@ -21,10 +21,6 @@ in both directions. This matches the definition of the "proleptic Gregorian" calendar in Dershowitz and Reingold's book "Calendrical Calculations", where it's the base calendar for all computations. -.. seealso:: - - Latest version of the :source:`calendar module Python source code - ` .. class:: Calendar(firstweekday=0) @@ -314,3 +310,5 @@ The :mod:`calendar` module exports the following data attributes: Module :mod:`time` Low-level time related functions. + Latest version of the :source:`calendar module Python source code + ` diff --git a/Doc/library/fnmatch.rst b/Doc/library/fnmatch.rst index 8af6c0b0bfd2..f16295992862 100644 --- a/Doc/library/fnmatch.rst +++ b/Doc/library/fnmatch.rst @@ -33,10 +33,6 @@ module. See module :mod:`glob` for pathname expansion (:mod:`glob` uses a period are not special for this module, and are matched by the ``*`` and ``?`` patterns. -.. seealso:: - - Latest version of the :source:`fnmatch Python source code - ` .. function:: fnmatch(filename, pattern) @@ -93,3 +89,5 @@ patterns. Module :mod:`glob` Unix shell-style path expansion. + Latest version of the :source:`fnmatch Python source code + `