[PR #261] [MERGED] Use encodebytes instead of encodestring (deprecated since Python 3.1) #424

Closed
opened 2026-02-25 20:33:41 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/asciinema/asciinema/pull/261
Author: @delirious-lettuce
Created: 2/19/2018
Status: Merged
Merged: 2/19/2018
Merged by: @ku1ik

Base: developHead: deprecated


📝 Commits (1)

  • 1a2262b Use encodebytes instead of encodestring (deprecated since Py 3.1)

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 asciinema/urllib_http_adapter.py (+1 -1)

📄 Description

base64.encodestring(s)

Deprecated alias of encodebytes().
Deprecated since version 3.1.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/asciinema/asciinema/pull/261 **Author:** [@delirious-lettuce](https://github.com/delirious-lettuce) **Created:** 2/19/2018 **Status:** ✅ Merged **Merged:** 2/19/2018 **Merged by:** [@ku1ik](https://github.com/ku1ik) **Base:** `develop` ← **Head:** `deprecated` --- ### 📝 Commits (1) - [`1a2262b`](https://github.com/asciinema/asciinema/commit/1a2262baf355d59afc1efda6ee97932f256ca9ba) Use `encodebytes` instead of `encodestring` (deprecated since Py 3.1) ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `asciinema/urllib_http_adapter.py` (+1 -1) </details> ### 📄 Description > ### base64.encodestring(s) > Deprecated alias of encodebytes(). > ***Deprecated since version 3.1.*** * https://docs.python.org/3/library/base64.html#base64.encodestring --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 20:33:41 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/asciinema#424
No description provided.