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
edits
  • Loading branch information
biniona committed May 19, 2025
commit f1424f72f02c4c099f3b9de6e6e170815e701fae
8 changes: 3 additions & 5 deletions Doc/library/base64.rst
Original file line number Diff line number Diff line change
Expand Up @@ -189,16 +189,14 @@ POST request. The encoding algorithm is not the same as the
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>`_.
Base-85 encoding is not formally specified. Base-85 encoding is a de facto standard,
and different systems perform the encoding differently.

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
software you use implements the Base-85 encoding.

The two functions present in this module provide options
to configure the encoding in the following ways:
The two functions present in this module differ in how they handle the following:

* Whether to include enclosing ``<~`` and ``~>`` markers
* Whether to include newline characters
Expand Down
Loading
0