Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e434b3b

Browse files
committed
Add intro to the changed modules section.
1 parent d00862a commit e434b3b

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

Doc/whatsnew/3.2.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -515,6 +515,20 @@ Some smaller changes made to the core Python language are:
515515
New, Improved, and Deprecated Modules
516516
=====================================
517517

518+
Python's standard library is now receiving significant maintenance efforts
519+
and quality improvements.
520+
521+
The biggest news for Python 3.2 is that the :mod:`email` package and
522+
:mod:`nntplib` modules now work correctly with Python 3.2's bytes/text model.
523+
For the first time, there is correct handling of inputs with mixed encodings.
524+
525+
Another significant win is the addition of substantially better support for
526+
*SSL* connections and security certificates.
527+
528+
In addition, many more functions and classes now have a :term:`context manager`
529+
to support convenient and reliable resource clean-up using the
530+
:keyword:`with`-statement.
531+
518532
email
519533
-----
520534

0 commit comments

Comments
 (0)