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
3bbbf18a
Kaydet (Commit)
3bbbf18a
authored
Haz 06, 2009
tarafından
Antoine Pitrou
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Add what's new entry for r73236.
üst
c0d98aa5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
+18
-0
3.1.rst
Doc/whatsnew/3.1.rst
+18
-0
No files found.
Doc/whatsnew/3.1.rst
Dosyayı görüntüle @
3bbbf18a
...
...
@@ -384,6 +384,24 @@ New, Improved, and Deprecated Modules
(Contributed by Brett Cannon.)
* :mod:`pickle` is now more compatible with Python 2.x when using a
2.x-compatible protocol (that is, protocol 2 or lower), through translation
of some standard library module names to or from their Python 2.x
equivalents.
This means that more (protocol 2 or lower) pickles produced by Python 3.1
will be reusable by Python 2.x, and vice-versa. Standard set objects are
an example of this improvement.
This has the (unfortunate but unavoidable) side effect that some
protocol 2 pickles produced by Python 3.1 won't be readable with
Python 3.0. The latest pickle protocol, protocol 3, should be used when
migrating data between Python 3.x implementations, as it doesn't attempt
to remain compatible with Python 2.x.
(Contributed by Alexandre Vassalotti and Antoine Pitrou, :issue:`6137`.)
Optimizations
=============
...
...
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