summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2017-06-16 22:43:31 -0400
committerGitHub <noreply@github.com>2017-06-16 22:43:31 -0400
commitceb817dcfe8bf99725de033cce16a6f4cbced6ba (patch)
tree5916610e9b35df1e7a87e9a1adbb4239c05ca538
parent3358d589fb51372a56ddcfffa277855e5661c4c0 (diff)
downloadcpython-git-ceb817dcfe8bf99725de033cce16a6f4cbced6ba.tar.gz
bpo-23894: add Misc/NEWS entry. (#2256)
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index bdfe53be95..93f7618407 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -365,6 +365,8 @@ Extension Modules
Library
-------
+- bpo-23894: lib2to3 now recognizes ``rb'...'`` and ``f'...'`` strings.
+
- [Security] bpo-29591: Update expat copy from 2.1.1 to 2.2.0 to get fixes
of CVE-2016-0718 and CVE-2016-4472. See
https://sourceforge.net/p/expat/bugs/537/ for more information.