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
a894cbfa
Kaydet (Commit)
a894cbfa
authored
Haz 02, 2012
tarafından
Sandro Tosi
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
merge with 3.2
üst
f4b26ef2
964f205a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
locale.rst
Doc/library/locale.rst
+8
-8
No files found.
Doc/library/locale.rst
Dosyayı görüntüle @
a894cbfa
...
@@ -160,22 +160,22 @@ The :mod:`locale` module defines the following exception and functions:
...
@@ -160,22 +160,22 @@ The :mod:`locale` module defines the following exception and functions:
.. data:: D_T_FMT
.. data:: D_T_FMT
Get a string that can be used as a format string for :func:`strftime` to
Get a string that can be used as a format string for :func:`
time.
strftime` to
represent date and time in a locale-specific way.
represent date and time in a locale-specific way.
.. data:: D_FMT
.. data:: D_FMT
Get a string that can be used as a format string for :func:`strftime` to
Get a string that can be used as a format string for :func:`
time.
strftime` to
represent a date in a locale-specific way.
represent a date in a locale-specific way.
.. data:: T_FMT
.. data:: T_FMT
Get a string that can be used as a format string for :func:`strftime` to
Get a string that can be used as a format string for :func:`
time.
strftime` to
represent a time in a locale-specific way.
represent a time in a locale-specific way.
.. data:: T_FMT_AMPM
.. data:: T_FMT_AMPM
Get a format string for :func:`strftime` to represent time in the am/pm
Get a format string for :func:`
time.
strftime` to represent time in the am/pm
format.
format.
.. data:: DAY_1 ... DAY_7
.. data:: DAY_1 ... DAY_7
...
@@ -239,24 +239,24 @@ The :mod:`locale` module defines the following exception and functions:
...
@@ -239,24 +239,24 @@ The :mod:`locale` module defines the following exception and functions:
then-emperor's reign.
then-emperor's reign.
Normally it should not be necessary to use this value directly. Specifying
Normally it should not be necessary to use this value directly. Specifying
the ``E`` modifier in their format strings causes the :func:`strftime`
the ``E`` modifier in their format strings causes the :func:`
time.
strftime`
function to use this information. The format of the returned string is not
function to use this information. The format of the returned string is not
specified, and therefore you should not assume knowledge of it on different
specified, and therefore you should not assume knowledge of it on different
systems.
systems.
.. data:: ERA_D_T_FMT
.. data:: ERA_D_T_FMT
Get a format string for :func:`strftime` to represent date and time in a
Get a format string for :func:`
time.
strftime` to represent date and time in a
locale-specific era-based way.
locale-specific era-based way.
.. data:: ERA_D_FMT
.. data:: ERA_D_FMT
Get a format string for :func:`strftime` to represent a date in a
Get a format string for :func:`
time.
strftime` to represent a date in a
locale-specific era-based way.
locale-specific era-based way.
.. data:: ERA_T_FMT
.. data:: ERA_T_FMT
Get a format string for :func:`strftime` to represent a time in a
Get a format string for :func:`
time.
strftime` to represent a time in a
locale-specific era-based way.
locale-specific era-based way.
.. data:: ALT_DIGITS
.. data:: ALT_DIGITS
...
...
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