]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-80678: Document the preferred delimiters of csv.Sniffer (#154336)
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 22 Jul 2026 12:20:08 +0000 (15:20 +0300)
committerGitHub <noreply@github.com>
Wed, 22 Jul 2026 12:20:08 +0000 (14:20 +0200)
commit79cdcee308c6612edd6d1ca972342e2a088b6b4e
treee86e1e8d22b8709daa370d3b5362e1f249525b45
parent771abfe06f1f04abf1065d3525d2a1c84566058a
gh-80678: Document the preferred delimiters of csv.Sniffer (#154336)

The delimiters which win when several combinations fit the sample
equally well were not documented.

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Doc/library/csv.rst
Lib/csv.py