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
59171722
Kaydet (Commit)
59171722
authored
Ock 03, 2014
tarafından
R David Murray
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
whatsnew: make bullet list presentation style consistent.
üst
db085f56
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
16 deletions
+21
-16
3.4.rst
Doc/whatsnew/3.4.rst
+21
-16
No files found.
Doc/whatsnew/3.4.rst
Dosyayı görüntüle @
59171722
...
@@ -1213,24 +1213,20 @@ Significant Optimizations
...
@@ -1213,24 +1213,20 @@ Significant Optimizations
probe now checks a series of consecutive, adjacent key/hash pairs before
probe now checks a series of consecutive, adjacent key/hash pairs before
continuing to make random probes through the hash table. This exploits
continuing to make random probes through the hash table. This exploits
cache locality to make collision resolution less expensive.
cache locality to make collision resolution less expensive.
The collision resolution scheme can be described as a hybrid of linear
The collision resolution scheme can be described as a hybrid of linear
probing and open addressing. The number of additional linear probes
probing and open addressing. The number of additional linear probes
defaults to nine. This can be changed at compile-time by defining
defaults to nine. This can be changed at compile-time by defining
LINEAR_PROBES to be any value. Set LINEAR_PROBES=0 to turn-off
LINEAR_PROBES to be any value. Set LINEAR_PROBES=0 to turn-off
linear probing entirely.
linear probing entirely. (Contributed by Raymond Hettinger in
:issue:`18771`.)
(Contributed by Raymond Hettinger in :issue:`18771`.)
* The interpreter starts about 30% faster. A couple of measures lead to the
* The interpreter starts about 30% faster. A couple of measures lead to the
speedup. The interpreter loads fewer modules on startup, e.g. the :mod:`re`,
speedup. The interpreter loads fewer modules on startup, e.g. the :mod:`re`,
:mod:`collections` and :mod:`locale` modules and their dependencies are no
:mod:`collections` and :mod:`locale` modules and their dependencies are no
longer imported by default. The marshal module has been improved to load
longer imported by default. The marshal module has been improved to load
compiled Python code faster.
compiled Python code faster. (Contributed by Antoine Pitrou, Christian
Heimes and Victor Stinner in :issue:`19219`, :issue:`19218`, :issue:`19209`,
(Contributed by Antoine Pitrou, Christian Heimes and Victor Stinner in
:issue:`19205` and :issue:`9548`)
:issue:`19219`, :issue:`19218`, :issue:`19209`, :issue:`19205` and
:issue:`9548`)
* :class:`bz2.BZ2File` is now as fast or faster than the Python2 version for
* :class:`bz2.BZ2File` is now as fast or faster than the Python2 version for
most cases. :class:`lzma.LZMAFile` has also been optimized. (Contributed by
most cases. :class:`lzma.LZMAFile` has also been optimized. (Contributed by
...
@@ -1292,18 +1288,27 @@ Deprecated Features
...
@@ -1292,18 +1288,27 @@ Deprecated Features
exists, is deprecated (:issue:`19375`).
exists, is deprecated (:issue:`19375`).
Removed
Removed
=======
=======
The following obsolete and previously deprecated APIs and features have been
removed in Python 3.4:
* Support for the following operating systems has been removed from the source
Operating Systems No Longer Supported
and build tools:
-------------------------------------
Support for the following operating systems has been removed from the source
and build tools:
* OS/2 (:issue:`16135`).
* OS/2 (:issue:`16135`).
* Windows 2000 (changeset e52df05b496a).
* Windows 2000 (changeset e52df05b496a).
* VMS (:issue:`16136`).
* VMS (:issue:`16136`).
API and Feature Removals
------------------------
The following obsolete and previously deprecated APIs and features have been
removed:
* The unmaintained ``Misc/TextMate`` and ``Misc/vim`` directories have been
* The unmaintained ``Misc/TextMate`` and ``Misc/vim`` directories have been
removed (see the `devguide <http://docs.python.org/devguide>`_
removed (see the `devguide <http://docs.python.org/devguide>`_
...
...
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