diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2024-02-20 17:53:29 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-20 17:53:29 (GMT) |
commit | 5ea86f496a4cfb34abbe2b7bb6fa7f25eeeb6294 (patch) | |
tree | ab1442b1fc6794a6454d65f514b3cd8b7cc3335a /Python/compile.c | |
parent | 20907ca844f6c32a2ecf66f9ea3ab4b8bba93fa5 (diff) | |
download | cpython-5ea86f496a4cfb34abbe2b7bb6fa7f25eeeb6294.zip cpython-5ea86f496a4cfb34abbe2b7bb6fa7f25eeeb6294.tar.gz cpython-5ea86f496a4cfb34abbe2b7bb6fa7f25eeeb6294.tar.bz2 |
[3.12] gh-115712: Support CSV dialects with delimiter=' ' and skipinitialspace=True (GH-115721) (GH-115729)
csv.writer() now quotes empty fields if delimiter is a space and
skipinitialspace is true and raises exception if quoting is not possible.
(cherry picked from commit 937d2821501de7adaa5ed8491eef4b7f3dc0940a)
Diffstat (limited to 'Python/compile.c')
0 files changed, 0 insertions, 0 deletions