Skip to content

Commit ce5bcd2

Browse files
Update documentation.
1 parent f47f4bd commit ce5bcd2

1 file changed

Lines changed: 22 additions & 2 deletions

File tree

Doc/library/binascii.rst

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,42 +283,62 @@ The :mod:`!binascii` module defines the following functions:
283283

284284
The Base 64 alphabet according to :rfc:`4648`.
285285

286+
.. versionadded:: next
287+
286288
.. data:: URLSAFE_BASE64_ALPHABET
287289

288290
The "URL and filename safe" Base 64 alphabet according to :rfc:`4648`.
289291

292+
.. versionadded:: next
293+
290294
.. data:: CRYPT_ALPHABET
291295

292296
The Base 64 alphabet used in the :manpage:`crypt(3)` routine and in the GEDCOM format.
293297

298+
.. versionadded:: next
299+
294300
.. data:: BCRYPT_ALPHABET
295301

296302
The Base 64 alphabet used in the ``bcrypt`` hashing function.
297303

304+
.. versionadded:: next
305+
298306
.. data:: UU_ALPHABET
299307

300-
The Uuencoding alphabet.
308+
The uuencoding alphabet.
309+
310+
.. versionadded:: next
301311

302312
.. data:: XX_ALPHABET
303313

304-
The Xxencoding alphabet.
314+
The xxencoding alphabet.
315+
316+
.. versionadded:: next
305317

306318
.. data:: BINHEX_ALPHABET
307319

308320
The Base 64 alphabet used in BinHex 4 (HQX) within the classic Mac OS.
309321

322+
.. versionadded:: next
323+
310324
.. data:: BASE85_ALPHABET
311325

312326
The Base85 alphabet.
313327

328+
.. versionadded:: next
329+
314330
.. data:: ASCII85_ALPHABET
315331

316332
The Ascii85 alphabet.
317333

334+
.. versionadded:: next
335+
318336
.. data:: Z85_ALPHABET
319337

320338
The `Z85 <https://rfc.zeromq.org/spec/32/>`_ alphabet.
321339

340+
.. versionadded:: next
341+
322342

323343
.. seealso::
324344

0 commit comments

Comments
 (0)