Remove uu.py and test_uu.py by arihant2math · Pull Request #5607 · RustPython/RustPython
RustPython / RustPython Public
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Merged
Merged
Conversation
arihant2math added 2 commits
arihant2math
marked this pull request as ready for review
youknowone
approved these changes
| return utils.unquote(value) | ||
|
|
||
|
|
||
| def _decode_uu(encoded): |
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
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
merged commit
bd94d8d
into
RustPython:main
arihant2math
deleted the
remove-uu
branch
arihant2math
mentioned this pull request
19 tasks
youknowone
mentioned this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment