Skip to content

gh-104773: PEP 594: Remove the uu module #104932

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 1 commit into from
May 25, 2023
Merged

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented May 25, 2023

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


📚 Documentation preview 📚: https://cpython-previews--104932.org.readthedocs.build/

Doc/license.rst: Keep the UUencode and UUdecode license since it's
also used by the uu codec.
@vstinner
Copy link
Member Author

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
Copy link
Member

hugovk commented May 25, 2023

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?

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants