commit | 5d9413404017a829aa5ddb52be6019fb63ec5c09 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Fri Feb 26 19:37:12 2016 +0100 |
committer | Georg Brandl <georg@python.org> | Fri Feb 26 19:37:12 2016 +0100 |
tree | 75b750d4224ada300bdd242b3e08c2120681aad6 | |
parent | 06871ef2b31bc6d7398388fbe83816edde5c0392 [diff] [blame] |
Closes #25910: fix dead and permanently redirected links in the docs. Thanks to SilentGhost for the patch.
diff --git a/Doc/faq/library.rst b/Doc/faq/library.rst index 064728f..2f82a0c 100644 --- a/Doc/faq/library.rst +++ b/Doc/faq/library.rst
@@ -619,7 +619,7 @@ For Unix, see a Usenet post by Mitch Chapman: - http://groups.google.com/groups?selm=34A04430.CF9@ohioee.com + https://groups.google.com/groups?selm=34A04430.CF9@ohioee.com Why doesn't closing sys.stdout (stdin, stderr) really close it?