]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[2.7] Fix name of '\0'. (GH-14225)
authorBenjamin Peterson <benjamin@python.org>
Wed, 19 Jun 2019 06:03:35 +0000 (23:03 -0700)
committerGitHub <noreply@github.com>
Wed, 19 Jun 2019 06:03:35 +0000 (23:03 -0700)
commit598c75645911db0769132535daca8be07029221a
tree6036b02d3b4016311d1248895cd24b2ded2fce4d
parenta5b1b222077870f194ca7c8c0326eeda014f0452
[2.7] Fix name of '\0'. (GH-14225)

'\0' is the NUL byte not NULL..
(cherry picked from commit 7821b4c6d29933511d50bb42255e39790c6abf00)
Modules/_csv.c