diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2021-08-13 11:21:53 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-13 11:21:53 (GMT) |
commit | 16f73c8b5dbe02b4bf7f91ff9dbcd0886529bfe5 (patch) | |
tree | 3b0e84bbbbc3abea72c7b94d496c5389e69bcc22 /Misc | |
parent | d4128485d6c2cbfebe756f3eeec2c60137b63bba (diff) | |
download | cpython-16f73c8b5dbe02b4bf7f91ff9dbcd0886529bfe5.zip cpython-16f73c8b5dbe02b4bf7f91ff9dbcd0886529bfe5.tar.gz cpython-16f73c8b5dbe02b4bf7f91ff9dbcd0886529bfe5.tar.bz2 |
bpo-36700: [doc] Update base64 RFC references to RFC 4648 (GH-27700)
Co-authored-by: Ćukasz Langa <lukasz@langa.pl>
(cherry picked from commit e43b9bbc31c22a0d97dc4fc420300e40c2d74166)
Co-authored-by: andrei kulakov <andrei.avk@gmail.com>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Documentation/2021-08-09-19-58-45.bpo-36700.WPNW5f.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2021-08-09-19-58-45.bpo-36700.WPNW5f.rst b/Misc/NEWS.d/next/Documentation/2021-08-09-19-58-45.bpo-36700.WPNW5f.rst new file mode 100644 index 0000000..5bc1e23 --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2021-08-09-19-58-45.bpo-36700.WPNW5f.rst @@ -0,0 +1,3 @@ +:mod:`base64` RFC references were updated to point to :rfc:`4648`; a section +was added to point users to the new "security considerations" section of the +RFC. |