8000 gh-134201: Expand Base85 Documentation by biniona · Pull Request #134288 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-134201: Expand Base85 Documentation #134288

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
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
pre-commit
  • Loading branch information
biniona committed May 19, 2025
commit 670c08599449cf3b2d544696b1c09ca9c549c6d6
2 changes: 1 addition & 1 deletion Doc/library/base64.rst
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ Base 85 Encodings

Base-85 encoding is not formally specified. Base-85 encoding is a de facto standard
originating from the ASCII Base-85 Strings encoding defined by the
`PostScript Language <https://web.archive.org/web/20161222092741/https://www.adobe.com/products/postscript/pdfs/PLRM.pdf>`_.
`PostScript Language <https://web.archive.org/web/20161222092741/https://www.adobe.com/products/postscript/pdfs/PLRM.pdf>`_.

The Ascii85 and Base85 functions in this module are two implementations of
the de facto standard. Which function you should use depends on how the other
Expand Down
Loading
0