]> granicus.if.org Git - python/commit
[2.7] bpo-30157: Fix csv.Sniffer.sniff() regex pattern. (GH-5601) (GH-5604)
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 9 Feb 2018 22:02:04 +0000 (00:02 +0200)
committerGitHub <noreply@github.com>
Fri, 9 Feb 2018 22:02:04 +0000 (00:02 +0200)
commite7197936c987bdf31b6b7b1dab275d1a762e03b3
tree3db259fcd5b6d608a91b93db6e678850d082b88a
parent672fd7d8162f76aff8423fa5c7bfd2b1e91faf57
[2.7] bpo-30157: Fix csv.Sniffer.sniff() regex pattern. (GH-5601) (GH-5604)

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]