]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-35035: Rename email.utils documentation to email.utils.rst (GH-10023)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 21 Nov 2018 12:51:26 +0000 (04:51 -0800)
committerJulien Palard <julien@palard.fr>
Wed, 21 Nov 2018 12:51:26 +0000 (13:51 +0100)
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>
Doc/library/email.rst
Doc/library/email.utils.rst [moved from Doc/library/email.util.rst with 100% similarity]
Misc/NEWS.d/next/Documentation/2018-10-21-02-20-36.bpo-35035.4zBObK.rst [new file with mode: 0644]

index 07d455ba39d3cc83e49fd8cf1b4b2210313772d9..fae99cf3e6abbed983fbc9c55de04b9cf515eb5d 100644 (file)
@@ -126,7 +126,7 @@ Legacy API:
    email.header.rst
    email.charset.rst
    email.encoders.rst
-   email.util.rst
+   email.utils.rst
    email.iterators.rst
 
 
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 (file)
index 0000000..46436f1
--- /dev/null
@@ -0,0 +1 @@
+Rename documentation for :mod:`email.utils` to ``email.utils.rst``.