diff options
author | Petri Lehtinen <petri@digip.org> | 2012-09-25 19:00:32 (GMT) |
---|---|---|
committer | Petri Lehtinen <petri@digip.org> | 2012-09-25 19:02:06 (GMT) |
commit | f39884bb5a01c3fa9db74833d2d8a05bf0530315 (patch) | |
tree | f79b3eeaaac3713727c6e7c6f5d1828d571e47e3 /Misc | |
parent | 468091954f9e9d46e9d4c7673a37ccb3b3b03eb5 (diff) | |
download | cpython-f39884bb5a01c3fa9db74833d2d8a05bf0530315.zip cpython-f39884bb5a01c3fa9db74833d2d8a05bf0530315.tar.gz cpython-f39884bb5a01c3fa9db74833d2d8a05bf0530315.tar.bz2 |
#15222: Insert blank line after each message in mbox mailboxes
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -123,6 +123,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. |