diff options
author | Ned Deily <nad@python.org> | 2017-06-17 02:43:31 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-17 02:43:31 (GMT) |
commit | ceb817dcfe8bf99725de033cce16a6f4cbced6ba (patch) | |
tree | 5916610e9b35df1e7a87e9a1adbb4239c05ca538 /Misc/NEWS | |
parent | 3358d589fb51372a56ddcfffa277855e5661c4c0 (diff) | |
download | cpython-ceb817dcfe8bf99725de033cce16a6f4cbced6ba.zip cpython-ceb817dcfe8bf99725de033cce16a6f4cbced6ba.tar.gz cpython-ceb817dcfe8bf99725de033cce16a6f4cbced6ba.tar.bz2 |
bpo-23894: add Misc/NEWS entry. (#2256)
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |