diff options
author | Ned Deily <nad@python.org> | 2017-06-17 02:30:50 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-17 02:30:50 (GMT) |
commit | b7c59f0d05bde0d4dd2d7bffc1b8af72c25d3f71 (patch) | |
tree | dd612389b4352725eb1ee95c67d9bfbb92fa6cb4 /Misc/NEWS | |
parent | 304a96e5868c1b38a87692668f297aaf041e6e67 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |