]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-23894: add Misc/NEWS entry. (#2255)
authorNed Deily <nad@python.org>
Sat, 17 Jun 2017 02:30:50 +0000 (22:30 -0400)
committerGitHub <noreply@github.com>
Sat, 17 Jun 2017 02:30:50 +0000 (22:30 -0400)
Misc/NEWS

index 0106fa70865889d36a920acda2f501158e79ded2..7b5da07512a399bd6fc72bb4152d3a5e81fc93af 100644 (file)
--- 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.