summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2017-06-17 02:30:50 (GMT)
committerGitHub <noreply@github.com>2017-06-17 02:30:50 (GMT)
commitb7c59f0d05bde0d4dd2d7bffc1b8af72c25d3f71 (patch)
treedd612389b4352725eb1ee95c67d9bfbb92fa6cb4 /Misc/NEWS
parent304a96e5868c1b38a87692668f297aaf041e6e67 (diff)
downloadcpython-b7c59f0d05bde0d4dd2d7bffc1b8af72c25d3f71.zip
cpython-b7c59f0d05bde0d4dd2d7bffc1b8af72c25d3f71.tar.gz
cpython-b7c59f0d05bde0d4dd2d7bffc1b8af72c25d3f71.tar.bz2
bpo-23894: add Misc/NEWS entry. (#2255)
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0106fa7..7b5da07 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.