summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2018-11-21 12:51:26 (GMT)
committerJulien Palard <julien@palard.fr>2018-11-21 12:51:26 (GMT)
commit27c16e33b1acac55641a27faa5a11508ee605adc (patch)
tree9a42a40110e6c2c0296a2fd85b90454af826df1a /Misc/NEWS.d
parent7af2144e558a0268b1aa20bb88046716c89f987d (diff)
downloadcpython-27c16e33b1acac55641a27faa5a11508ee605adc.zip
cpython-27c16e33b1acac55641a27faa5a11508ee605adc.tar.gz
cpython-27c16e33b1acac55641a27faa5a11508ee605adc.tar.bz2
bpo-35035: Rename email.utils documentation to email.utils.rst (GH-10023)
I'll watch for 404 on the old URL and will setup an HTTP redirection if needed. (cherry picked from commit 361e8683e7340c600b22f4a514b81448ccec66dc) Co-authored-by: Zhiming Wang <github@zmwang.pw>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Documentation/2018-10-21-02-20-36.bpo-35035.4zBObK.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2018-10-21-02-20-36.bpo-35035.4zBObK.rst b/Misc/NEWS.d/next/Documentation/2018-10-21-02-20-36.bpo-35035.4zBObK.rst
new file mode 100644
index 0000000..46436f1
--- /dev/null
+++ b/Misc/NEWS.d/next/Documentation/2018-10-21-02-20-36.bpo-35035.4zBObK.rst
@@ -0,0 +1 @@
+Rename documentation for :mod:`email.utils` to ``email.utils.rst``.