]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-42153 Fix link to IMAP documents in imaplib.rst (GH-23297)
authorYash Shete <universeyash4@gmail.com>
Mon, 16 Nov 2020 05:02:35 +0000 (10:32 +0530)
committerGitHub <noreply@github.com>
Mon, 16 Nov 2020 05:02:35 +0000 (21:02 -0800)
The University of Washington stopped hosting the IMAP documents. Link to a rescued copy on GitHub.

Doc/library/imaplib.rst
Misc/NEWS.d/next/Documentation/2020-11-15-13-46-31.bpo-42153.KjBhx3.rst [new file with mode: 0644]

index 02ecfd95d43767f7e6ebd05b99bf2d0e139101ad..65681ec093598c209e93d5d43799f5783eaffefc 100644 (file)
@@ -174,9 +174,9 @@ example of usage.
 
 .. seealso::
 
-   Documents describing the protocol, and sources and binaries  for servers
-   implementing it, can all be found at the University of Washington's *IMAP
-   Information Center* (https://www.washington.edu/imap/).
+   Documents describing the protocol, sources for servers
+   implementing it, by the University of Washington's IMAP Information Center
+   can all be found at (**Source Code**) https://github.com/uw-imap/imap (**Not Maintained**).
 
 
 .. _imap4-objects:
diff --git a/Misc/NEWS.d/next/Documentation/2020-11-15-13-46-31.bpo-42153.KjBhx3.rst b/Misc/NEWS.d/next/Documentation/2020-11-15-13-46-31.bpo-42153.KjBhx3.rst
new file mode 100644 (file)
index 0000000..0a9451a
--- /dev/null
@@ -0,0 +1 @@
+Fix the URL for the IMAP protocol documents.\r