commit | f39884bb5a01c3fa9db74833d2d8a05bf0530315 | [log] [tgz] |
---|---|---|
author | Petri Lehtinen <petri@digip.org> | Tue Sep 25 22:00:32 2012 +0300 |
committer | Petri Lehtinen <petri@digip.org> | Tue Sep 25 22:02:06 2012 +0300 |
tree | f79b3eeaaac3713727c6e7c6f5d1828d571e47e3 | |
parent | 468091954f9e9d46e9d4c7673a37ccb3b3b03eb5 [diff] [blame] |
#15222: Insert blank line after each message in mbox mailboxes
diff --git a/Misc/NEWS b/Misc/NEWS index 2285f8c..485b73f 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -123,6 +123,8 @@ 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.