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
103f19d2
Kaydet (Commit)
103f19d2
authored
May 12, 2008
tarafından
Eric Smith
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Added 'n' presentation type for integers.
üst
9dd6b1db
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
2.6.rst
Doc/whatsnew/2.6.rst
+3
-3
No files found.
Doc/whatsnew/2.6.rst
Dosyayı görüntüle @
103f19d2
...
@@ -627,9 +627,9 @@ docs), but here's a sample::
...
@@ -627,9 +627,9 @@ docs), but here's a sample::
'g' - General format. This prints the number as a fixed-point
'g' - General format. This prints the number as a fixed-point
number, unless the number is too large, in which case
number, unless the number is too large, in which case
it switches to 'e' exponent notation.
it switches to 'e' exponent notation.
'n' - Number. This is the same as 'g'
, except that it uses the
'n' - Number. This is the same as 'g'
(for floats) or 'd' (for
current locale setting to insert the appropriate
integers), except that it uses the current locale setting to
number separator characters.
insert the appropriate
number separator characters.
'%' - Percentage. Multiplies the number by 100 and displays
'%' - Percentage. Multiplies the number by 100 and displays
in fixed ('f') format, followed by a percent sign.
in fixed ('f') format, followed by a percent sign.
...
...
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