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
b44acebc
Kaydet (Commit)
b44acebc
authored
Eyl 10, 2016
tarafından
Zachary Ware
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Actually fix suspicious markup, I ignored it too readily
üst
dec2df3d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
susp-ignored.csv
Doc/tools/susp-ignored.csv
+0
-1
3.6.rst
Doc/whatsnew/3.6.rst
+1
-1
No files found.
Doc/tools/susp-ignored.csv
Dosyayı görüntüle @
b44acebc
...
@@ -297,7 +297,6 @@ whatsnew/3.5,,:warning,'WARNING:root:warning\n'
...
@@ -297,7 +297,6 @@ whatsnew/3.5,,:warning,'WARNING:root:warning\n'
whatsnew/3.5,,::,>>> addr6 = ipaddress.IPv6Address('::1')
whatsnew/3.5,,::,>>> addr6 = ipaddress.IPv6Address('::1')
whatsnew/3.5,,:root,ERROR:root:exception
whatsnew/3.5,,:root,ERROR:root:exception
whatsnew/3.5,,:exception,ERROR:root:exception
whatsnew/3.5,,:exception,ERROR:root:exception
whatsnew/3.6,,`,1000000000000000`
whatsnew/changelog,,:version,import sys; I = version[:version.index(' ')]
whatsnew/changelog,,:version,import sys; I = version[:version.index(' ')]
whatsnew/changelog,,:gz,": TarFile opened with external fileobj and ""w:gz"" mode didn't"
whatsnew/changelog,,:gz,": TarFile opened with external fileobj and ""w:gz"" mode didn't"
whatsnew/changelog,,::,": Use ""127.0.0.1"" or ""::1"" instead of ""localhost"" as much as"
whatsnew/changelog,,::,": Use ""127.0.0.1"" or ""::1"" instead of ""localhost"" as much as"
Doc/whatsnew/3.6.rst
Dosyayı görüntüle @
b44acebc
...
@@ -139,7 +139,7 @@ PEP 515: Underscores in Numeric Literals
...
@@ -139,7 +139,7 @@ PEP 515: Underscores in Numeric Literals
Prior to PEP 515, there was no support for writing long numeric
Prior to PEP 515, there was no support for writing long numeric
literals with some form of separator to improve readability. For
literals with some form of separator to improve readability. For
instance, how big is ``1000000000000000``
`
? With :pep:`515`, though,
instance, how big is ``1000000000000000``? With :pep:`515`, though,
you can use underscores to separate digits as desired to make numeric
you can use underscores to separate digits as desired to make numeric
literals easier to read: ``1_000_000_000_000_000``. Underscores can be
literals easier to read: ``1_000_000_000_000_000``. Underscores can be
used with other numeric literals beyond integers, e.g.
used with other numeric literals beyond integers, e.g.
...
...
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