From 68296ce551da2ad01dda353877f13883746b65c0 Mon Sep 17 00:00:00 2001 From: Ned Deily Date: Fri, 16 Jun 2017 22:34:24 -0400 Subject: [PATCH] bpo-23894: add Misc/NEWS entry. --- Misc/NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index bdfe53be957c22..93f7618407d88e 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.