Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0bc645 commit 88c38a4Copy full SHA for 88c38a4
1 file changed
Doc/library/base64.rst
@@ -218,14 +218,6 @@ The modern interface provides:
218
.. versionadded:: 3.4
219
220
221
-.. note::
222
- Both Base85 and Ascii85 have an expansion factor of 5 to 4 (5 Base85 or
223
- Ascii85 characters can encode 4 binary bytes), while the better-known
224
- Base64 has an expansion factor of 6 to 4. They are therefore more
225
- efficient when space expensive. They differ by details such as the
226
- character map used for encoding.
227
-
228
229
The legacy interface:
230
231
.. function:: decode(input, output)
0 commit comments