Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
4b512f73
Kaydet (Commit)
4b512f73
authored
Ock 07, 2011
tarafından
Antoine Pitrou
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Group seealsos
üst
60bcc54d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
8 deletions
+4
-8
calendar.rst
Doc/library/calendar.rst
+2
-4
fnmatch.rst
Doc/library/fnmatch.rst
+2
-4
No files found.
Doc/library/calendar.rst
Dosyayı görüntüle @
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
Dosyayı görüntüle @
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