]> granicus.if.org Git - python/commitdiff
acks += Zsolt Dollenstein (GH-6490) (GH-6492)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 17 Apr 2018 00:26:25 +0000 (17:26 -0700)
committerŁukasz Langa <lukasz@langa.pl>
Tue, 17 Apr 2018 00:26:25 +0000 (17:26 -0700)
(cherry picked from commit 2bea9476286ad8e2e87bf0415ff743b1487c5018)

Co-authored-by: Łukasz Langa <lukasz@langa.pl>
Misc/ACKS
Misc/NEWS.d/next/Library/2018-04-16-15-59-21.bpo-33266.w2PAm-.rst [new file with mode: 0644]

index af06c1cd5746c7f17b565f5b6918b6b642144484..3cf1b9caa6562b865a690420e36b916c4ae519bd 100644 (file)
--- 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 (file)
index 0000000..6c93c48
--- /dev/null
@@ -0,0 +1 @@
+lib2to3 now recognizes ``rf'...'`` strings.