commit | 01581ee0b7c968adb987a36495af7ce5eb794d0d | [log] [tgz] |
---|---|---|
author | R David Murray <rdmurray@bitdance.com> | Mon Apr 18 10:04:34 2011 -0400 |
committer | R David Murray <rdmurray@bitdance.com> | Mon Apr 18 10:04:34 2011 -0400 |
tree | 4bd6ec577ce781c19418b62463f2f8fd758715dd | |
parent | 74c0031066c365563cd0b4e5ad8da3687ed60656 [diff] [blame] |
#11492: rewrite header folding algorithm. Less code, more passing tests.
diff --git a/Misc/NEWS b/Misc/NEWS index fa8f039..dda300f 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -60,6 +60,8 @@ Library ------- +- Issue #11492: fix several issues with header folding in the email package. + - Issue #11852: Add missing imports and update tests. - Issue #11467: Fix urlparse behavior when handling urls which contains scheme