◐ Shell
clean mode source ↗

gh-104773: PEP 594: Remove the uu module by vstinner · Pull Request #104932 · python/cpython

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Merged

vstinner

merged 1 commit into

May 25, 2023

Conversation

@vstinner

@vstinner vstinner commented

May 25, 2023

edited by github-actions Bot

Loading

Doc/license.rst: Keep the UUencode and UUdecode license since it's
also used by the uu codec.

@vstinner

I will write a separated PR to deprecate:

  • binascii.b2a_uu() and binascii.a2b_uu() functions
  • the uu codec

PEP 594 mentions them, but we forgot to deprecate them in Python 3.11.

@hugovk

I will write a separated PR to deprecate: [...]

There's already a PR that does at least some of this: #92758. Would you like to review it?