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
bf0ab837
Kaydet (Commit)
bf0ab837
authored
Şub 03, 2014
tarafından
R David Murray
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
whatsnew: html.escape 10x faster, _gestalt module gone.
üst
3bc647c0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
3.4.rst
Doc/whatsnew/3.4.rst
+8
-1
No files found.
Doc/whatsnew/3.4.rst
Dosyayı görüntüle @
bf0ab837
...
...
@@ -1448,6 +1448,8 @@ Significant Optimizations
significant amounts of data through :mod:`subprocess`. (Contributed
by Richard Oudkerk in :issue:`15758`.)
* :func:`html.escape` is now 10x faster. (Contributed by Matt Bryant in
:issue:`18020`.)
Deprecated
...
...
@@ -1559,6 +1561,11 @@ Code Cleanups
* The unused and undocumented internal ``Scanner`` class has been removed from
the :mod:`pydoc` module.
* The private and effectively unused ``_gestalt`` module has been removed,
along with the private :mod:`platform` functions ``_mac_ver_lookup``,
``_mac_ver_gstalt``, and ``_bcd2str``, which would only have ever been called
on badly broken OSX systems (see :issue:`18393`).
Porting to Python 3.4
...
...
@@ -1608,7 +1615,7 @@ Changes in the Python API
exceptions now.
* :func:`functools.update_wrapper` and :func:`functools.wraps` now correctly
set the ``__wrapped__`` attribute to the function being wrappe
r
, even if
set the ``__wrapped__`` attribute to the function being wrappe
d
, even if
that function also had its ``__wrapped__`` attribute set. This means
``__wrapped__`` attributes now correctly link a stack of decorated
functions rather than every ``__wrapped__`` attribute in the chain
...
...
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