base64 encodestring is deprecated and removed in python 3.9

Bug #1907494 reported by Corey Bryant
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Shared File Systems Service (Manila)
Fix Released
Low
Corey Bryant
manila (Ubuntu)
Fix Released
Undecided
Unassigned

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.

description: updated
summary: - base64 decodestring is deprecated and removed in python 3.9
+ base64 encodestring is deprecated and removed in python 3.9
Revision history for this message
Corey Bryant (corey.bryant) wrote :
Changed in manila:
milestone: none → wallaby-2
assignee: nobody → Corey Bryant (corey.bryant)
importance: Undecided → Low
status: New → In Progress
Revision history for this message
Vida Haririan (vhariria) wrote :
Changed in manila:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/manila 12.0.0.0rc1

This issue was fixed in the openstack/manila 12.0.0.0rc1 release candidate.

Changed in manila (Ubuntu):
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.