diff options
author | Petri Lehtinen <petri@digip.org> | 2012-09-25 19:03:35 (GMT) |
---|---|---|
committer | Petri Lehtinen <petri@digip.org> | 2012-09-25 19:06:07 (GMT) |
commit | f6b30385ccd7be11628670357d8434e16226594c (patch) | |
tree | 73f4462f4bca5f1c7308b33da1954befce1dd96f /Misc | |
parent | 15c88490011743585134436c7ca0f5186e5dd2a3 (diff) | |
parent | f39884bb5a01c3fa9db74833d2d8a05bf0530315 (diff) | |
download | cpython-f6b30385ccd7be11628670357d8434e16226594c.zip cpython-f6b30385ccd7be11628670357d8434e16226594c.tar.gz cpython-f6b30385ccd7be11628670357d8434e16226594c.tar.bz2 |
#15222: Merge 3.2
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -33,6 +33,8 @@ Core and Builtins Library ------- +- Issue #15222: Insert blank line after each message in mbox mailboxes + - Issue #16013: Fix CSV Reader parsing issue with ending quote characters. Patch by Serhiy Storchaka. |