diff options
author | Yash Shete <universeyash4@gmail.com> | 2020-11-16 05:02:35 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-16 05:02:35 (GMT) |
commit | aa01011003bb855cd52abfd49f2443446590d913 (patch) | |
tree | 28d83b29575c8a56e790f512b4244e0d26a73671 /Misc/NEWS.d | |
parent | 384b7a4bd988986bca227c7e85c32d766da74708 (diff) | |
download | cpython-aa01011003bb855cd52abfd49f2443446590d913.zip cpython-aa01011003bb855cd52abfd49f2443446590d913.tar.gz cpython-aa01011003bb855cd52abfd49f2443446590d913.tar.bz2 |
bpo-42153 Fix link to IMAP documents in imaplib.rst (GH-23297)
The University of Washington stopped hosting the IMAP documents. Link to a rescued copy on GitHub.
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Documentation/2020-11-15-13-46-31.bpo-42153.KjBhx3.rst | 1 |
1 files changed, 1 insertions, 0 deletions
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 index 0000000..0a9451a --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2020-11-15-13-46-31.bpo-42153.KjBhx3.rst @@ -0,0 +1 @@ +Fix the URL for the IMAP protocol documents.
|