From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Tue, 17 Apr 2018 00:26:25 +0000 (-0700) Subject: acks += Zsolt Dollenstein (GH-6490) (GH-6492) X-Git-Tag: v3.7.0b4~47 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=237148ecc032ee5a26851e66bf72ff9fb3e0c52c;p=python acks += Zsolt Dollenstein (GH-6490) (GH-6492) (cherry picked from commit 2bea9476286ad8e2e87bf0415ff743b1487c5018) Co-authored-by: Łukasz Langa --- 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.