[issue10954] No warning for csv.writer API change

R. David Murray report at bugs.python.org
Sun Jan 23 17:06:31 CET 2011


R. David Murray <rdmurray at bitdance.com> added the comment:

The API change would be generating an error if newline='' wasn't specified.  Amplifying the bytes-case error message would be fine, though.  On the other hand, we are in RC phase, and I'm not at all sure this is important enough to go in to an RC.  On the gripping hand it is also trivial enough that Georg might approve it.

----------
nosy: +georg.brandl

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10954>
_______________________________________


More information about the Python-bugs-list mailing list