mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
#9298: restore proper folding of base64 encoded bodies.
Patch by Yves Dorfsman.
This commit is contained in:
parent
d3b7a55f54
commit
6d94bd470e
4 changed files with 21 additions and 6 deletions
|
@ -12,7 +12,7 @@ __all__ = [
|
|||
]
|
||||
|
||||
|
||||
from base64 import b64encode as _bencode
|
||||
from base64 import encodebytes as _bencode
|
||||
from quopri import encodestring as _encodestring
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue