summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-03-30 06:09:54 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-03-30 06:09:54 (GMT)
commit7901b48a1f89b9bfa9d111ae3725400b466a9baa (patch)
tree4cebbcaeeb7b1f29f5440c7762f55bf3a57c0c54 /Misc/NEWS
parenta695f83f0de060a77352174be8a5c6f6500ab98a (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ff81056..0aae52c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.