diff options
author | Filipe LaĆns <lains@archlinux.org> | 2020-08-10 14:48:20 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-10 14:48:20 (GMT) |
commit | 4ce6faa6c9591de6079347eccc9e61ae4e8d9e31 (patch) | |
tree | 72e6015f5de2f32e283864275cc48b72de8bb969 /Misc | |
parent | 39042e00ab01d6521548c1b7cc6554c09f4389ff (diff) | |
download | cpython-4ce6faa6c9591de6079347eccc9e61ae4e8d9e31.zip cpython-4ce6faa6c9591de6079347eccc9e61ae4e8d9e31.tar.gz cpython-4ce6faa6c9591de6079347eccc9e61ae4e8d9e31.tar.bz2 |
bpo-16995: add support for base32 extended hex (base32hex) (GH-20441)
cc @pganssle
Automerge-Triggered-By: @pganssle
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2020-05-27-00-09-52.bpo-16995.4niOT7.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-05-27-00-09-52.bpo-16995.4niOT7.rst b/Misc/NEWS.d/next/Library/2020-05-27-00-09-52.bpo-16995.4niOT7.rst new file mode 100644 index 0000000..88b9599 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2020-05-27-00-09-52.bpo-16995.4niOT7.rst @@ -0,0 +1,2 @@ +Add :func:`base64.b32hexencode` and :func:`base64.b32hexdecode` to support the +Base32 Encoding with Extended Hex Alphabet. |