mirror of
https://github.com/python/cpython.git
synced 2025-11-12 15:09:14 +00:00
#4768: store base64 encoded email body parts as text, not binary.
Patch and tests by Forest Bond.
This commit is contained in:
parent
deda8cb835
commit
7da8f06df0
4 changed files with 10 additions and 4 deletions
|
|
@ -83,6 +83,7 @@ Finn Bock
|
|||
Paul Boddie
|
||||
Matthew Boedicker
|
||||
David Bolen
|
||||
Forest Bond
|
||||
Gawain Bolton
|
||||
Gregory Bond
|
||||
Jurjen Bos
|
||||
|
|
|
|||
|
|
@ -398,6 +398,9 @@ C-API
|
|||
Library
|
||||
-------
|
||||
|
||||
- Issue #4768: base64 encoded email body parts were incorrectly stored as
|
||||
binary strings. They are now correctly converted to strings.
|
||||
|
||||
- Issue #8833: tarfile created hard link entries with a size field != 0 by
|
||||
mistake.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue