mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Group seealsos
This commit is contained in:
parent
60bcc54d2e
commit
4b512f73e0
2 changed files with 4 additions and 8 deletions
|
@ -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>`
|
||||
|
|
|
@ -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>`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue