]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add __class_getitem__ to csv.DictReader and csv.DictWriter (#92393)
authorMarc Mueller <30130371+cdce8p@users.noreply.github.com>
Sun, 8 May 2022 14:24:54 +0000 (16:24 +0200)
committerGitHub <noreply@github.com>
Sun, 8 May 2022 14:24:54 +0000 (07:24 -0700)
commit5ed5c5612363538a1d73dbc3948fa70ca743ba2c
tree8c899d9fa32f89817d372f71bd5be18a6781b092
parent3680ebed7f3e529d01996dd0318601f9f0d02b4b
Add __class_getitem__ to csv.DictReader and csv.DictWriter (#92393)
Lib/csv.py
Lib/test/test_genericalias.py
Misc/ACKS
Misc/NEWS.d/next/Library/2022-05-06-13-00-57.gh-issue-92391.s-Lase.rst [new file with mode: 0644]