Activity log for bug #1907494

Date Who What changed Old value New value Message
2020-12-09 20:07:26 Corey Bryant bug added bug
2020-12-09 20:09:13 Corey Bryant description From: https://docs.python.org/3.8/library/base64.html] base64.decodebytes(s) Decode the bytes-like object s, which must contain one or more lines of base64 encoded data, and return the decoded bytes. New in version 3.1. base64.decodestring(s) Deprecated alias of decodebytes(). Deprecated since version 3.1. 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.
2020-12-09 20:09:27 Corey Bryant summary base64 decodestring is deprecated and removed in python 3.9 base64 encodestring is deprecated and removed in python 3.9
2020-12-09 20:13:21 Corey Bryant bug task added manila (Ubuntu)
2020-12-10 15:44:21 Goutham Pacha Ravi manila: milestone wallaby-2
2020-12-10 15:44:31 Goutham Pacha Ravi manila: assignee Corey Bryant (corey.bryant)
2020-12-10 15:44:34 Goutham Pacha Ravi manila: importance Undecided Low
2020-12-10 15:44:41 Goutham Pacha Ravi manila: status New In Progress
2021-01-21 23:02:08 Goutham Pacha Ravi manila: status In Progress Fix Released
2022-05-20 18:44:30 Corey Bryant manila (Ubuntu): status New Fix Released