diff options
author | Georg Brandl <georg@python.org> | 2010-10-27 07:27:06 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-10-27 07:27:06 (GMT) |
commit | 7424dd359c9ffcd9a2b866f62fafda6d3a99b4b1 (patch) | |
tree | f3cd5d315c397839b4ab2c96612708c0b73f67dd /Misc | |
parent | 347fe5ce3c119f30bd228d5e2678fee5013ca052 (diff) | |
download | cpython-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/NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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. |