File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -515,6 +515,20 @@ Some smaller changes made to the core Python language are:
515515New, 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+
518532email
519533-----
520534
You can’t perform that action at this time.
0 commit comments