From a81f98cbf7788f0c085fc19bf1b2e390c3f628fb Mon Sep 17 00:00:00 2001 From: Ned Deily Date: Fri, 16 Jun 2017 22:18:30 -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 0106fa70865889d..7b5da07512a399b 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.