[Python-checkins] acks += Zsolt Dollenstein (GH-6490) (GH-6492)

Łukasz Langa webhook-mailer at python.org
Mon Apr 16 20:26:28 EDT 2018


https://github.com/python/cpython/commit/237148ecc032ee5a26851e66bf72ff9fb3e0c52c
commit: 237148ecc032ee5a26851e66bf72ff9fb3e0c52c
branch: 3.7
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: Łukasz Langa <lukasz at langa.pl>
date: 2018-04-16T17:26:25-07:00
summary:

acks += Zsolt Dollenstein (GH-6490) (GH-6492)

(cherry picked from commit 2bea9476286ad8e2e87bf0415ff743b1487c5018)

Co-authored-by: Łukasz Langa <lukasz at langa.pl>

files:
A Misc/NEWS.d/next/Library/2018-04-16-15-59-21.bpo-33266.w2PAm-.rst
M Misc/ACKS

diff --git a/Misc/ACKS b/Misc/ACKS
index af06c1cd5746..3cf1b9caa656 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -388,6 +388,7 @@ Daniel Dittmar
 Josip Djolonga
 Walter Dörwald
 Jaromir Dolecek
+Zsolt Dollenstein
 Brendan Donegan
 Ismail Donmez
 Robert Donohue
diff --git a/Misc/NEWS.d/next/Library/2018-04-16-15-59-21.bpo-33266.w2PAm-.rst b/Misc/NEWS.d/next/Library/2018-04-16-15-59-21.bpo-33266.w2PAm-.rst
new file mode 100644
index 000000000000..6c93c48b8886
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2018-04-16-15-59-21.bpo-33266.w2PAm-.rst
@@ -0,0 +1 @@
+lib2to3 now recognizes ``rf'...'`` strings.



More information about the Python-checkins mailing list