]> granicus.if.org Git - python/commit
#28047: Fix calculation of base64 line length.
authorR David Murray <rdmurray@bitdance.com>
Fri, 9 Sep 2016 19:00:09 +0000 (15:00 -0400)
committerR David Murray <rdmurray@bitdance.com>
Fri, 9 Sep 2016 19:00:09 +0000 (15:00 -0400)
commit94a7927cc6ad7c2fa986cc207f1f655eb017fa18
tree83f61a38801af0735f31454c04190c1b5a451e14
parentde02b084e6e5c57be32414da87111679a89049f7
#28047: Fix calculation of base64 line length.

This is buggy in the old email code as well, but it doesn't affect anything
there because only the default line length is ever used there.
Lib/email/contentmanager.py
Lib/test/test_email/__init__.py
Lib/test/test_email/test_inversion.py
Misc/NEWS