]> granicus.if.org Git - python/commitdiff
acks += Zsolt Dollenstein (#6490)
authorŁukasz Langa <lukasz@langa.pl>
Mon, 16 Apr 2018 23:24:05 +0000 (16:24 -0700)
committerGitHub <noreply@github.com>
Mon, 16 Apr 2018 23:24:05 +0000 (16:24 -0700)
Misc/ACKS
Misc/NEWS.d/next/Library/2018-04-16-15-59-21.bpo-33266.w2PAm-.rst [new file with mode: 0644]

index 13b88b5a78106a7f1b39155c4695f60f44d446a6..5efe37fb0a22d7c688a25673f4b3c99ceda7a07c 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.