summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2012-09-25 19:03:35 (GMT)
committerPetri Lehtinen <petri@digip.org>2012-09-25 19:06:07 (GMT)
commitf6b30385ccd7be11628670357d8434e16226594c (patch)
tree73f4462f4bca5f1c7308b33da1954befce1dd96f /Misc
parent15c88490011743585134436c7ca0f5186e5dd2a3 (diff)
parentf39884bb5a01c3fa9db74833d2d8a05bf0530315 (diff)
downloadcpython-f6b30385ccd7be11628670357d8434e16226594c.zip
cpython-f6b30385ccd7be11628670357d8434e16226594c.tar.gz
cpython-f6b30385ccd7be11628670357d8434e16226594c.tar.bz2
#15222: Merge 3.2
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c39ab77..b1e59b8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.