Kaydet (Commit) 4b512f73 authored tarafından Antoine Pitrou's avatar Antoine Pitrou

Group seealsos

üst 60bcc54d
...@@ -21,10 +21,6 @@ in both directions. This matches the definition of the "proleptic Gregorian" ...@@ -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 calendar in Dershowitz and Reingold's book "Calendrical Calculations", where
it's the base calendar for all computations. 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) .. class:: Calendar(firstweekday=0)
...@@ -314,3 +310,5 @@ The :mod:`calendar` module exports the following data attributes: ...@@ -314,3 +310,5 @@ The :mod:`calendar` module exports the following data attributes:
Module :mod:`time` Module :mod:`time`
Low-level time related functions. Low-level time related functions.
Latest version of the :source:`calendar module Python source code
<Lib/calendar.py>`
...@@ -33,10 +33,6 @@ module. See module :mod:`glob` for pathname expansion (:mod:`glob` uses ...@@ -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 ``?`` a period are not special for this module, and are matched by the ``*`` and ``?``
patterns. patterns.
.. seealso::
Latest version of the :source:`fnmatch Python source code
<Lib/fnmatch.py>`
.. function:: fnmatch(filename, pattern) .. function:: fnmatch(filename, pattern)
...@@ -93,3 +89,5 @@ patterns. ...@@ -93,3 +89,5 @@ patterns.
Module :mod:`glob` Module :mod:`glob`
Unix shell-style path expansion. Unix shell-style path expansion.
Latest version of the :source:`fnmatch Python source code
<Lib/fnmatch.py>`
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment