From: Ned Deily Date: Sat, 17 Jun 2017 02:43:31 +0000 (-0400) Subject: bpo-23894: add Misc/NEWS entry. (#2256) X-Git-Tag: v3.7.0a1~568 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ceb817dcfe8bf99725de033cce16a6f4cbced6ba;p=thirdparty%2FPython%2Fcpython.git bpo-23894: add Misc/NEWS entry. (#2256) --- diff --git a/Misc/NEWS b/Misc/NEWS index bdfe53be957c..93f7618407d8 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -365,6 +365,8 @@ Extension Modules Library ------- +- bpo-23894: lib2to3 now recognizes ``rb'...'`` and ``f'...'`` strings. + - [Security] bpo-29591: Update expat copy from 2.1.1 to 2.2.0 to get fixes of CVE-2016-0718 and CVE-2016-4472. See https://sourceforge.net/p/expat/bugs/537/ for more information.