]> granicus.if.org Git - python/commitdiff
Add a couple of what's new entries.
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 24 Jun 2012 20:41:33 +0000 (22:41 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 24 Jun 2012 20:41:33 +0000 (22:41 +0200)
Doc/whatsnew/3.3.rst

index a5dc0f838ef74472b7af06d9ebaf5fa35958aff8..a23b823f38a3bd27c7ec80cbc405bcb2274f4d59 100644 (file)
@@ -1249,6 +1249,14 @@ The Tk GUI and the :func:`~pydoc.serve` function have been removed from the
 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 @@ ssl
 
   (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
 ----