From 237148ecc032ee5a26851e66bf72ff9fb3e0c52c Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Mon, 16 Apr 2018 17:26:25 -0700 Subject: [PATCH] acks += Zsolt Dollenstein (GH-6490) (GH-6492) MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit (cherry picked from commit 2bea9476286ad8e2e87bf0415ff743b1487c5018) Co-authored-by: Łukasz Langa --- Misc/ACKS | 1 + .../NEWS.d/next/Library/2018-04-16-15-59-21.bpo-33266.w2PAm-.rst | 1 + 2 files changed, 2 insertions(+) create mode 100644 Misc/NEWS.d/next/Library/2018-04-16-15-59-21.bpo-33266.w2PAm-.rst diff --git a/Misc/ACKS b/Misc/ACKS index af06c1cd57..3cf1b9caa6 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 0000000000..6c93c48b88 --- /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. -- 2.40.0