]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #23171: csv.Writer.writerow() now supports arbitrary iterables.
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 30 Mar 2015 06:09:54 +0000 (09:09 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 30 Mar 2015 06:09:54 +0000 (09:09 +0300)
commit7901b48a1f89b9bfa9d111ae3725400b466a9baa
tree4cebbcaeeb7b1f29f5440c7762f55bf3a57c0c54
parenta695f83f0de060a77352174be8a5c6f6500ab98a
Issue #23171: csv.Writer.writerow() now supports arbitrary iterables.
Doc/library/csv.rst
Lib/csv.py
Lib/test/test_csv.py
Misc/NEWS
Modules/_csv.c