]> granicus.if.org Git - python/commit
bpo-30157: Fix csv.Sniffer.sniff() regex pattern. (GH-5601) (GH-5602)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 9 Feb 2018 22:00:48 +0000 (14:00 -0800)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 9 Feb 2018 22:00:48 +0000 (00:00 +0200)
commit2ef69a1d45de8aa41c45d32d9ee1ff227bb1a566
tree182981d29f0508fa8f83e9e8945d91ff31081bf7
parent7df80492fc91cb5f344ef53a1ccce9a5bd3f4855
bpo-30157: Fix csv.Sniffer.sniff() regex pattern. (GH-5601) (GH-5602)

Co-authored-by: Jake Davis <jcdavis@awedge.net>
(cherry picked from commit 2411292ba8155327125d8a1da8a4c9fa003d5909)
Lib/csv.py
Lib/test/test_csv.py
Misc/ACKS
Misc/NEWS.d/next/Library/2018-02-09-14-44-43.bpo-30157.lEiiAK.rst [new file with mode: 0644]