From be42c06bb01206209430f3ac08b72643dc7cad1c Mon Sep 17 00:00:00 2001 From: Noah Kantrowitz Date: Fri, 30 Jul 2021 06:54:46 -0700 Subject: Update URLs in comments and metadata to use HTTPS (GH-27458) --- Modules/_cursesmodule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Modules/_cursesmodule.c') diff --git a/Modules/_cursesmodule.c b/Modules/_cursesmodule.c index b6b7ca458b..61aaf85522 100644 --- a/Modules/_cursesmodule.c +++ b/Modules/_cursesmodule.c @@ -35,7 +35,7 @@ A number of SysV or ncurses functions don't have wrappers yet; if you need a given function, add it and send a patch. See - http://www.python.org/dev/patches/ for instructions on how to submit + https://www.python.org/dev/patches/ for instructions on how to submit patches to Python. Here's a list of currently unsupported functions: -- cgit v1.2.1