Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2e8d900

Browse files
miss-islingtonZackerySpytz
authored andcommitted
bpo-27846: Delete incorrect note in base64 docs (GH-5666)
This note incorrectly stated that "Base64 has an expansion factor of 6 to 4" (it is actually 4 to 3). It was decided to remove the note. (cherry picked from commit 88c38a4) Co-authored-by: Zackery Spytz <[email protected]>
1 parent e81a6c8 commit 2e8d900

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

Doc/library/base64.rst

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -218,14 +218,6 @@ The modern interface provides:
218218
.. versionadded:: 3.4
219219

220220

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-
229221
The legacy interface:
230222

231223
.. function:: decode(input, output)

0 commit comments

Comments
 (0)