https://github.com/python/cpython/commit/00a25f87f37f02cd5c0477c5c642a0a7eb322a04 commit: 00a25f87f37f02cd5c0477c5c642a0a7eb322a04 branch: 3.11 author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com> committer: miss-islington <31488909+miss-islington at users.noreply.github.com> date: 2022年06月22日T20:43:02-07:00 summary: Closes gh-94152: Update pyvideo.org URL (GH-94075) The URL is now https://pyvideo.org, which uses HTTPS and avoids a redirect. (cherry picked from commit 7c439dca13435085efb2fddf9ac75e5305db7ada) Co-authored-by: partev <petrosyan at gmail.com> files: M Doc/tutorial/whatnow.rst diff --git a/Doc/tutorial/whatnow.rst b/Doc/tutorial/whatnow.rst index efd032bfe9c3f..5f7010cb12e9e 100644 --- a/Doc/tutorial/whatnow.rst +++ b/Doc/tutorial/whatnow.rst @@ -45,7 +45,7 @@ More Python resources: Particularly notable contributions are collected in a book also titled Python Cookbook (O'Reilly & Associates, ISBN 0-596-00797-3.) -* http://www.pyvideo.org collects links to Python-related videos from +* https://pyvideo.org collects links to Python-related videos from conferences and user-group meetings. * https://scipy.org: The Scientific Python project includes modules for fast