summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2018-05-31 04:39:00 (GMT)
committerGitHub <noreply@github.com>2018-05-31 04:39:00 (GMT)
commit0a36ac1a09587735237c5978ebd046313922869c (patch)
tree95a9ba44ac327cddbec5eb03dfb03cd1bc8f6551 /Doc/whatsnew
parenta5c42284e69fb309bdd17ee8c1c120d1be383012 (diff)
downloadcpython-0a36ac1a09587735237c5978ebd046313922869c.zip
cpython-0a36ac1a09587735237c5978ebd046313922869c.tar.gz
cpython-0a36ac1a09587735237c5978ebd046313922869c.tar.bz2
bpo-33641: Convert RFC references into links. (GH-7103)
85% of them are already links.
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 7c125ff..7e11c98 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.)