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
72fa3014
Kaydet (Commit)
72fa3014
authored
Kas 09, 2017
tarafından
Cody Scott
Kaydeden (comit)
Berker Peksag
Kas 09, 2017
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix phrasing in Doc/whatsnew/3.7.rst (GH-4318)
üst
01ae58d4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
3.7.rst
Doc/whatsnew/3.7.rst
+3
-3
No files found.
Doc/whatsnew/3.7.rst
Dosyayı görüntüle @
72fa3014
...
@@ -441,8 +441,8 @@ Optimizations
...
@@ -441,8 +441,8 @@ Optimizations
INADA Naoki in :issue:`26110`.)
INADA Naoki in :issue:`26110`.)
* Searching some unlucky Unicode characters (like Ukrainian capital "Є")
* Searching some unlucky Unicode characters (like Ukrainian capital "Є")
in a string was to 25 times slower than searching other characters.
in a string was
up
to 25 times slower than searching other characters.
Now it is slower only by 3 times in worst case.
Now it is slower only by 3 times in
the
worst case.
(Contributed by Serhiy Storchaka in :issue:`24821`.)
(Contributed by Serhiy Storchaka in :issue:`24821`.)
* Fast implementation from standard C library is now used for functions
* Fast implementation from standard C library is now used for functions
...
@@ -463,7 +463,7 @@ Optimizations
...
@@ -463,7 +463,7 @@ Optimizations
* :func:`re.compile` now converts ``flags`` parameter to int object if
* :func:`re.compile` now converts ``flags`` parameter to int object if
it is ``RegexFlag``. It is now as fast as Python 3.5, and faster than
it is ``RegexFlag``. It is now as fast as Python 3.5, and faster than
Python 3.6 about 10% depending on the pattern.
Python 3.6
by
about 10% depending on the pattern.
(Contributed by INADA Naoki in :issue:`31671`.)
(Contributed by INADA Naoki in :issue:`31671`.)
* :meth:`selectors.EpollSelector.modify`, :meth:`selectors.PollSelector.modify`
* :meth:`selectors.EpollSelector.modify`, :meth:`selectors.PollSelector.modify`
...
...
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