summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-05-20 18:24:08 (GMT)
committerGeorg Brandl <georg@python.org>2009-05-20 18:24:08 (GMT)
commit464432d1814efac1ad4a661719279888065282a0 (patch)
tree9a9df5e84e7349c9ef8b6ed1a4642e022c354612 /configure.in
parentc8d30fec16e8ed7708bddfad8af03728ae2b9e4d (diff)
downloadcpython-464432d1814efac1ad4a661719279888065282a0.zip
cpython-464432d1814efac1ad4a661719279888065282a0.tar.gz
cpython-464432d1814efac1ad4a661719279888065282a0.tar.bz2
Update bug tracker URL.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index d2c41a9..04ead30 100644
--- a/configure.in
+++ b/configure.in
@@ -8,7 +8,7 @@ m4_define(PYTHON_VERSION, 2.7)
AC_REVISION($Revision$)
AC_PREREQ(2.61)
-AC_INIT(python, PYTHON_VERSION, http://www.python.org/python-bugs)
+AC_INIT(python, PYTHON_VERSION, http://bugs.python.org/)
AC_CONFIG_SRCDIR([Include/object.h])
AC_CONFIG_HEADER(pyconfig.h)