]> granicus.if.org Git - python/commitdiff
Group seealsos
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 7 Jan 2011 19:01:48 +0000 (19:01 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 7 Jan 2011 19:01:48 +0000 (19:01 +0000)
Doc/library/calendar.rst
Doc/library/fnmatch.rst

index 2e03946fd99242327b0b1a8495bd9a33ab2be374..ac6b294c12d59a63c699958f73145fe4cf4ef55b 100644 (file)
@@ -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
-   <Lib/calendar.py>`
 
 .. 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
+   <Lib/calendar.py>`
index 8af6c0b0bfd249bdc4621eb3dcf8a0b2e21dbae0..f1629599286258a4bec70b08a6a7e846eda618aa 100644 (file)
@@ -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
-   <Lib/fnmatch.py>`
 
 .. 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
+   <Lib/fnmatch.py>`