Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
4b512f73
Commit
4b512f73
authored
Jan 07, 2011
by
Antoine Pitrou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Group seealsos
parent
60bcc54d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
8 deletions
+4
-8
Doc/library/calendar.rst
Doc/library/calendar.rst
+2
-4
Doc/library/fnmatch.rst
Doc/library/fnmatch.rst
+2
-4
No files found.
Doc/library/calendar.rst
View file @
4b512f73
...
...
@@ -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>`
Doc/library/fnmatch.rst
View file @
4b512f73
...
...
@@ -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>`
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment