File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,10 +21,6 @@ in both directions. This matches the definition of the "proleptic Gregorian"
2121calendar in Dershowitz and Reingold's book "Calendrical Calculations", where
2222it's the base calendar for all computations.
2323
24- .. seealso ::
25-
26- Latest version of the :source: `calendar module Python source code
27- <Lib/calendar.py> `
2824
2925.. class :: Calendar(firstweekday=0)
3026
@@ -314,3 +310,5 @@ The :mod:`calendar` module exports the following data attributes:
314310 Module :mod: `time `
315311 Low-level time related functions.
316312
313+ Latest version of the :source: `calendar module Python source code
314+ <Lib/calendar.py> `
Original file line number Diff line number Diff line change @@ -33,10 +33,6 @@ module. See module :mod:`glob` for pathname expansion (:mod:`glob` uses
3333a period are not special for this module, and are matched by the ``* `` and ``? ``
3434patterns.
3535
36- .. seealso ::
37-
38- Latest version of the :source: `fnmatch Python source code
39- <Lib/fnmatch.py> `
4036
4137.. function :: fnmatch(filename, pattern)
4238
@@ -93,3 +89,5 @@ patterns.
9389 Module :mod: `glob `
9490 Unix shell-style path expansion.
9591
92+ Latest version of the :source: `fnmatch Python source code
93+ <Lib/fnmatch.py> `
You can’t perform that action at this time.
0 commit comments