From b7c59f0d05bde0d4dd2d7bffc1b8af72c25d3f71 Mon Sep 17 00:00:00 2001 From: Ned Deily Date: Fri, 16 Jun 2017 22:30:50 -0400 Subject: [PATCH] bpo-23894: add Misc/NEWS entry. (#2255) --- Misc/NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 0106fa7086..7b5da07512 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -57,6 +57,8 @@ Core and Builtins Library ------- +- bpo-23894: lib2to3 now recognizes ``rb'...'`` and ``f'...'`` strings. + - bpo-23890: unittest.TestCase.assertRaises() now manually breaks a reference cycle to not keep objects alive longer than expected. -- 2.50.1