]> granicus.if.org Git - python/commit
Fix name of '\0'. (GH-14222)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 19 Jun 2019 04:55:59 +0000 (21:55 -0700)
committerGitHub <noreply@github.com>
Wed, 19 Jun 2019 04:55:59 +0000 (21:55 -0700)
commit7edf8e50d1df1cab7b3462c836d4ce0be7d8b93b
treed731a7e88919443e0e4e8b657d124a9388488a27
parentfff695b9abaa1075ceee95880dba26307df1e7e5
Fix name of '\0'. (GH-14222)

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

Co-authored-by: Benjamin Peterson <benjamin@python.org>
Modules/_csv.c