mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Merge #9298 fix.
This commit is contained in:
commit
78099bb153
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