]> granicus.if.org Git - python/commit
Added more complete RFC 3548 support for Base64, Base32, and Base16
authorBarry Warsaw <barry@python.org>
Sun, 4 Jan 2004 01:12:26 +0000 (01:12 +0000)
committerBarry Warsaw <barry@python.org>
Sun, 4 Jan 2004 01:12:26 +0000 (01:12 +0000)
commit4c904d1bf71d01bc22fbb123493f975050560e9c
treeda688a1403ec9d3b359360c48e2959aa6cb1a36d
parent1bc09b7c2a111d50f4739a4f26ea5d32534d3b5d
Added more complete RFC 3548 support for Base64, Base32, and Base16
encoding and decoding, including optional case folding and optional
alternative alphabets.
Lib/base64.py