[Bug 1907494] Re: base64 encodestring is deprecated and removed in python 3.9
Goutham Pacha Ravi
1907494 at bugs.launchpad.net
Thu Jan 21 23:02:08 UTC 2021
** Changed in: manila
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Ubuntu
OpenStack, which is subscribed to manila in Ubuntu.
https://bugs.launchpad.net/bugs/1907494
Title:
base64 encodestring is deprecated and removed in python 3.9
Status in OpenStack Shared File Systems Service (Manila):
Fix Released
Status in manila package in Ubuntu:
New
Bug description:
From: https://docs.python.org/3.8/library/base64.html]
base64.encodebytes(s)
Encode the bytes-like object s, which can contain arbitrary binary
data, and return bytes containing the base64-encoded data, with
newlines (b'\n') inserted after every 76 bytes of output, and ensuring
that there is a trailing newline, as per RFC 2045 (MIME).
New in version 3.1.
base64.encodestring(s)
Deprecated alias of encodebytes().
Deprecated since version 3.1.
To manage notifications about this bug go to:
https://bugs.launchpad.net/manila/+bug/1907494/+subscriptions
More information about the Ubuntu-openstack-bugs
mailing list