[Python-checkins] cpython: Add a couple of what's new entries.

antoine.pitrou python-checkins at python.org
Sun Jun 24 22:45:42 CEST 2012


http://hg.python.org/cpython/rev/9767982c6110
changeset:   77750:9767982c6110
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Sun Jun 24 22:41:33 2012 +0200
summary:
  Add a couple of what's new entries.

files:
  Doc/whatsnew/3.3.rst |  13 +++++++++++++
  1 files changed, 13 insertions(+), 0 deletions(-)


diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst
--- a/Doc/whatsnew/3.3.rst
+++ b/Doc/whatsnew/3.3.rst
@@ -1249,6 +1249,14 @@
 in Python 3.2.
 
 
+re
+--
+
+:class:`str` regular expressions now support ``\u`` and ``\U`` escapes.
+
+(Contributed by Serhiy Storchaka in :issue:`3665`.)
+
+
 sched
 -----
 
@@ -1402,6 +1410,11 @@
 
   (Contributed by Colin Marc in :issue:`14204`)
 
+* SSL errors can now be introspected more easily thanks to
+  :attr:`~ssl.SSLError.library` and :attr:`~ssl.SSLError.reason` attributes.
+
+  (Contributed by Antoine Pitrou in :issue:`14837`)
+
 stat
 ----
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list