Staging
v0.8.1
https://github.com/python/cpython
Revision c88239f864a27f673c0f0a9e62d2488563f9d081 authored by Serhiy Storchaka on 22 June 2020, 08:21:59 UTC, committed by GitHub on 22 June 2020, 08:21:59 UTC
Unexpected errors in calling the __iter__ method are no longer
masked by TypeError in csv.reader(), csv.writer.writerow() and
csv.writer.writerows().
1 parent cafe1b6
History
Tip revision: c88239f864a27f673c0f0a9e62d2488563f9d081 authored by Serhiy Storchaka on 22 June 2020, 08:21:59 UTC
bpo-26407: Do not mask errors in csv. (GH-20536)
Tip revision: c88239f
File Mode Size
Grammar -rw-r--r-- 9.6 KB
Tokens -rw-r--r-- 1.5 KB
python.gram -rw-r--r-- 31.6 KB

back to top