]> granicus.if.org Git - python/commit
[3.6] bpo-30157: Fix csv.Sniffer.sniff() regex pattern. (GH-5601) (GH-5603)
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 9 Feb 2018 22:01:40 +0000 (00:01 +0200)
committerGitHub <noreply@github.com>
Fri, 9 Feb 2018 22:01:40 +0000 (00:01 +0200)
commit504f19145ca5738162d6a720fa45b364ac8c0384
tree49fd08326e9e5da8011faf7f296d6c22fb58a6d7
parent3d4a174c0e3ca793d6bc827acbfd1e920c01a8d1
[3.6] bpo-30157: Fix csv.Sniffer.sniff() regex pattern. (GH-5601) (GH-5603)

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]