diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-03-30 06:09:54 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-03-30 06:09:54 (GMT) |
commit | 7901b48a1f89b9bfa9d111ae3725400b466a9baa (patch) | |
tree | 4cebbcaeeb7b1f29f5440c7762f55bf3a57c0c54 /Misc/NEWS | |
parent | a695f83f0de060a77352174be8a5c6f6500ab98a (diff) | |
download | cpython-7901b48a1f89b9bfa9d111ae3725400b466a9baa.zip cpython-7901b48a1f89b9bfa9d111ae3725400b466a9baa.tar.gz cpython-7901b48a1f89b9bfa9d111ae3725400b466a9baa.tar.bz2 |
Issue #23171: csv.Writer.writerow() now supports arbitrary iterables.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -56,6 +56,8 @@ Core and Builtins Library ------- +- Issue #23171: csv.Writer.writerow() now supports arbitrary iterables. + - Issue #23745: The new email header parser now handles duplicate MIME parameter names without error, similar to how get_param behaves. |