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
54533667
Kaydet (Commit)
54533667
authored
Nis 30, 2010
tarafından
Andrew M. Kuchling
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix typos
üst
3ded421f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
calendar.rst
Doc/library/calendar.rst
+1
-1
unittest.rst
Doc/library/unittest.rst
+1
-1
No files found.
Doc/library/calendar.rst
Dosyayı görüntüle @
54533667
...
@@ -16,7 +16,7 @@ the week to Sunday (6) or to any other weekday. Parameters that specify dates
...
@@ -16,7 +16,7 @@ the week to Sunday (6) or to any other weekday. Parameters that specify dates
are given as integers. For related
are given as integers. For related
functionality, see also the :mod:`datetime` and :mod:`time` modules.
functionality, see also the :mod:`datetime` and :mod:`time` modules.
Most of these functions and class
s
es rely on the :mod:`datetime` module which
Most of these functions and classes rely on the :mod:`datetime` module which
uses an idealized calendar, the current Gregorian calendar indefinitely extended
uses an idealized calendar, the current Gregorian calendar indefinitely extended
in both directions. This matches the definition of the "proleptic Gregorian"
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
...
...
Doc/library/unittest.rst
Dosyayı görüntüle @
54533667
...
@@ -273,7 +273,7 @@ The ``discover`` sub-command has the following options:
...
@@ -273,7 +273,7 @@ The ``discover`` sub-command has the following options:
-t directory Top level directory of project (default to
-t directory Top level directory of project (default to
start directory)
start directory)
The -s, -p, & -t options can be pass
s
ed in as positional arguments. The
The -s, -p, & -t options can be passed in as positional arguments. The
following two command lines are equivalent::
following two command lines are equivalent::
python -m unittest discover -s project_directory -p '*_test.py'
python -m unittest discover -s project_directory -p '*_test.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