diff options
author | Benjamin Peterson <benjamin@python.org> | 2016-08-04 05:01:32 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2016-08-04 05:01:32 (GMT) |
commit | c2fcbf4ed0df0a3682d8f156db9a76322476fa98 (patch) | |
tree | df8bffda2bd7fda61e55fd93150922bff25bddb8 /configure.ac | |
parent | 43a94a7e2fd130ed15bd8a0a190f4d230b607514 (diff) | |
download | cpython-c2fcbf4ed0df0a3682d8f156db9a76322476fa98.zip cpython-c2fcbf4ed0df0a3682d8f156db9a76322476fa98.tar.gz cpython-c2fcbf4ed0df0a3682d8f156db9a76322476fa98.tar.bz2 |
https link to the bug tracker (closes #27670)
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 5312c2b..11acb0a 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ m4_define(PYTHON_VERSION, 3.5) AC_PREREQ(2.65) -AC_INIT(python, PYTHON_VERSION, http://bugs.python.org/) +AC_INIT(python, PYTHON_VERSION, https://bugs.python.org/) AC_SUBST(BASECPPFLAGS) if test "$abs_srcdir" != "$abs_builddir"; then |