summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-10-27 07:27:06 (GMT)
committerGeorg Brandl <georg@python.org>2010-10-27 07:27:06 (GMT)
commit7424dd359c9ffcd9a2b866f62fafda6d3a99b4b1 (patch)
treef3cd5d315c397839b4ab2c96612708c0b73f67dd /Misc
parent347fe5ce3c119f30bd228d5e2678fee5013ca052 (diff)
downloadcpython-7424dd359c9ffcd9a2b866f62fafda6d3a99b4b1.zip
cpython-7424dd359c9ffcd9a2b866f62fafda6d3a99b4b1.tar.gz
cpython-7424dd359c9ffcd9a2b866f62fafda6d3a99b4b1.tar.bz2
#5975: add unix_dialect to csv module.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8fb6203..d860a7a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -51,7 +51,9 @@ Core and Builtins
Library
-------
-- #7761: telnetlib.interact failures on Windows fixed.
+- Issue #5975: Add csv.unix_dialect class.
+
+- Issue #7761: telnetlib.interact failures on Windows fixed.
- logging: Added style option to Formatter to allow %, {} or $-formatting.