From: Ned Deily Date: Sat, 17 Jun 2017 02:30:50 +0000 (-0400) Subject: bpo-23894: add Misc/NEWS entry. (#2255) X-Git-Tag: v3.6.2rc1~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7c59f0d05bde0d4dd2d7bffc1b8af72c25d3f71;p=thirdparty%2FPython%2Fcpython.git bpo-23894: add Misc/NEWS entry. (#2255) --- diff --git a/Misc/NEWS b/Misc/NEWS index 0106fa708658..7b5da07512a3 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.