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
5e9b14c3
Kaydet (Commit)
5e9b14c3
authored
Ara 22, 2010
tarafından
Michael Foord
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Minor typo corrections in whatsnew
üst
f35a34cb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
3.2.rst
Doc/whatsnew/3.2.rst
+3
-3
No files found.
Doc/whatsnew/3.2.rst
Dosyayı görüntüle @
5e9b14c3
...
...
@@ -456,7 +456,7 @@ Some smaller changes made to the core Python language are:
(Suggested by Arfrever Frehtes Taifersar Arahesis and implemented
by Benjamin Peterson in :issue:`8413`.)
* Warnings are now easier
control. An
:envvar:`PYTHONWARNINGS` environment
* Warnings are now easier
to control. A
:envvar:`PYTHONWARNINGS` environment
variable is now available as an alternative to using ``-W`` at the command
line.
...
...
@@ -1425,8 +1425,8 @@ A number of small performance enhancements have been added:
a list was wrapped with a temporary object that remembered the key value
associated with each element. Now, an array of keys and values are
sorted in parallel. This save the memory consumed by the sort wrappers,
and it saves time lost
from during comparisons which where delegated
by the
sort wrappers.
and it saves time lost
during comparisons which where delegated by the
sort wrappers.
(Patch by Daniel Stuzback in :issue:`9915`.)
...
...
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