diff options
author | R David Murray <rdmurray@bitdance.com> | 2011-04-18 14:04:34 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2011-04-18 14:04:34 (GMT) |
commit | 01581ee0b7c968adb987a36495af7ce5eb794d0d (patch) | |
tree | 4bd6ec577ce781c19418b62463f2f8fd758715dd /Misc | |
parent | 74c0031066c365563cd0b4e5ad8da3687ed60656 (diff) | |
download | cpython-01581ee0b7c968adb987a36495af7ce5eb794d0d.zip cpython-01581ee0b7c968adb987a36495af7ce5eb794d0d.tar.gz cpython-01581ee0b7c968adb987a36495af7ce5eb794d0d.tar.bz2 |
#11492: rewrite header folding algorithm. Less code, more passing tests.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -60,6 +60,8 @@ Core and Builtins 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 |