8000 binhex: improve bytes handling by sobolevn · Pull Request #9035 · python/typeshed · GitHub
[go: up one dir, main page]

Skip to content

binhex: improve bytes handling #9035

New issue

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

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

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Oct 30, 2022
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
8000 Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion stdlib/binhex.pyi
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from _typeshed import ReadableBuffer
from typing import IO, Any
from typing_extensions import Literal, TypeAlias
from _typeshed import ReadableBuffer

__all__ = ["binhex", "hexbin", "Error"]

Expand Down
0