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
dbe6042f
Kaydet (Commit)
dbe6042f
authored
Agu 18, 2010
tarafından
Victor Stinner
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
what's new 3.2: use :mod:
üst
c732e3ba
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
3.2.rst
Doc/whatsnew/3.2.rst
+4
-4
No files found.
Doc/whatsnew/3.2.rst
Dosyayı görüntüle @
dbe6042f
...
@@ -66,9 +66,9 @@ Some smaller changes made to the core Python language are:
...
@@ -66,9 +66,9 @@ Some smaller changes made to the core Python language are:
New, Improved, and Deprecated Modules
New, Improved, and Deprecated Modules
=====================================
=====================================
* The
functools module now includes a new decorator for caching function calls.
* The
:mod:`functools` module now includes a new decorator for caching
:func:`functools.lru_cache` can save repeated queries to an external resource
function calls. :func:`functools.lru_cache` can save repeated queries to an
whenever the results are expected to be the same.
external resource
whenever the results are expected to be the same.
For example, adding a caching decorator to a database query function can save
For example, adding a caching decorator to a database query function can save
database accesses for popular searches::
database accesses for popular searches::
...
@@ -133,7 +133,7 @@ New, Improved, and Deprecated Modules
...
@@ -133,7 +133,7 @@ New, Improved, and Deprecated Modules
(Added by Antoine Pitrou; :issue:`8524`.)
(Added by Antoine Pitrou; :issue:`8524`.)
* The
*sqlite3*
module has some new features:
* The
:mod:`sqlite3`
module has some new features:
* XXX *enable_load_extension*
* XXX *enable_load_extension*
...
...
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