]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-99281: [csv] remove try/except, `complex` always exists (#99282)
authorNikita Sobolev <mail@sobolevn.me>
Thu, 10 Nov 2022 10:37:57 +0000 (13:37 +0300)
committerGitHub <noreply@github.com>
Thu, 10 Nov 2022 10:37:57 +0000 (10:37 +0000)
commitd6f276799754f0eab24e1c195d6dca1bc0aadf14
tree27cde5c43200ae26e711c3e3c5bd54efdb21f4e7
parent2e343fc465ed0206340cf139ba485f9004bbdd41
gh-99281: [csv] remove try/except, `complex` always exists (#99282)
Lib/csv.py