]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-137986: Fix and improve the csv functions docstrings (GH-137987)
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 24 Aug 2025 08:13:31 +0000 (11:13 +0300)
committerGitHub <noreply@github.com>
Sun, 24 Aug 2025 08:13:31 +0000 (11:13 +0300)
commitaa1dbd4dde32951de2e7438b56d6761001604ee2
treef6da2ece3e2259a0e1354595c2fa9cb664201d7c
parent6fcac09401e336b25833dcef2610d498e73b27a1
gh-137986: Fix and improve the csv functions docstrings (GH-137987)

The csv.register_dialect() docstring no longer imply that it returns a
dialect.
All functions have now signatures.

Co-authored-by: maurycy <5383+maurycy@users.noreply.github.com>
Doc/library/csv.rst
Modules/_csv.c
Modules/clinic/_csv.c.h