summaryrefslogtreecommitdiff
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2018-05-30 22:33:23 -0700
committerGitHub <noreply@github.com>2018-05-30 22:33:23 -0700
commit0f1a18326902ad3d0a30fdecbe40513cc5d85879 (patch)
treed3bf10fc6bf1ceab29c79d73a9be8abc18de9d81 /Doc/whatsnew
parenta4dd46a47fe1d4fe1f1738c2f5b3712de41056b9 (diff)
downloadcpython-git-0f1a18326902ad3d0a30fdecbe40513cc5d85879.tar.gz
bpo-33641: Convert RFC references into links. (GH-7103)
85% of them are already links. (cherry picked from commit 0a36ac1a09587735237c5978ebd046313922869c) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/2.4.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/2.4.rst b/Doc/whatsnew/2.4.rst
index 7c125ffd2a..7e11c98399 100644
--- a/Doc/whatsnew/2.4.rst
+++ b/Doc/whatsnew/2.4.rst
@@ -998,7 +998,7 @@ complete list of changes, or look through the CVS logs for all the details.
that lets you perform a limited number of passes through the polling loop. The
default is still to loop forever.
-* The :mod:`base64` module now has more complete RFC 3548 support for Base64,
+* The :mod:`base64` module now has more complete :rfc:`3548` support for Base64,
Base32, and Base16 encoding and decoding, including optional case folding and
optional alternative alphabets. (Contributed by Barry Warsaw.)