◐ Shell
clean mode source ↗

Remove uu.py and test_uu.py by arihant2math · Pull Request #5607 · RustPython/RustPython

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@arihant2math

Copy link Copy Markdown

Contributor

No description provided.

@arihant2math arihant2math marked this pull request as ready for review

March 13, 2025 17:45
Comment thread

Lib/email/message.py

return utils.unquote(value)


def _decode_uu(encoded):

Copy link Copy Markdown

Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

huh,, so uu library is gone but the decoding feature is still in the standard library

Copy link Copy Markdown

Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah I just copied this off the 3.13 stdlib, seems like a weird patch.

@youknowone youknowone merged commit bd94d8d into RustPython:main

Mar 14, 2025

@arihant2math arihant2math deleted the remove-uu branch

March 14, 2025 05:14

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@youknowone youknowone youknowone approved these changes

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@arihant2math @youknowone