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
e434b3b6
Kaydet (Commit)
e434b3b6
authored
Ara 15, 2010
tarafından
Raymond Hettinger
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Add intro to the changed modules section.
üst
d00862ac
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
3.2.rst
Doc/whatsnew/3.2.rst
+14
-0
No files found.
Doc/whatsnew/3.2.rst
Dosyayı görüntüle @
e434b3b6
...
...
@@ -515,6 +515,20 @@ Some smaller changes made to the core Python language are:
New, Improved, and Deprecated Modules
=====================================
Python's standard library is now receiving significant maintenance efforts
and quality improvements.
The biggest news for Python 3.2 is that the :mod:`email` package and
:mod:`nntplib` modules now work correctly with Python 3.2's bytes/text model.
For the first time, there is correct handling of inputs with mixed encodings.
Another significant win is the addition of substantially better support for
*SSL* connections and security certificates.
In addition, many more functions and classes now have a :term:`context manager`
to support convenient and reliable resource clean-up using the
:keyword:`with`-statement.
email
-----
...
...
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