mirror of https://github.com/python/cpython
4 lines
176 B
ReStructuredText
4 lines
176 B
ReStructuredText
|
Unexpected errors in calling the ``__iter__`` method are no longer masked
|
||
|
by ``TypeError`` in :func:`csv.reader`, :func:`csv.writer.writerow` and
|
||
|
:meth:`csv.writer.writerows`.
|