summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorSenthil Kumaran <skumaran@gatech.edu>2017-02-20 02:58:33 (GMT)
committerGitHub <noreply@github.com>2017-02-20 02:58:33 (GMT)
commita4afdfcf27c2fa53c60b65867765244361abb1fc (patch)
tree85c823d167334d24a60a126c216a75f3cf03de85 /Tools
parent7970cd483346dfd7723da214fb27399ecc574095 (diff)
downloadcpython-a4afdfcf27c2fa53c60b65867765244361abb1fc.zip
cpython-a4afdfcf27c2fa53c60b65867765244361abb1fc.tar.gz
cpython-a4afdfcf27c2fa53c60b65867765244361abb1fc.tar.bz2
Change some mercurial/ hg.python.org references. (#8) (#185)
(cherry picked from commit b2ee40ed9c9041dcff9c898aa19aacf9ec60308a)
Diffstat (limited to 'Tools')
-rw-r--r--Tools/README2
-rw-r--r--Tools/importbench/README2
2 files changed, 2 insertions, 2 deletions
diff --git a/Tools/README b/Tools/README
index 0d961de..edbf4fb 100644
--- a/Tools/README
+++ b/Tools/README
@@ -45,4 +45,4 @@ unittestgui A Tkinter based GUI test runner for unittest, with test
discovery.
-(*) A generic benchmark suite is maintained separately at http://hg.python.org/benchmarks/
+(*) A generic benchmark suite is maintained separately at https://github.com/python/performance
diff --git a/Tools/importbench/README b/Tools/importbench/README
index 81a5544..6ba386c 100644
--- a/Tools/importbench/README
+++ b/Tools/importbench/README
@@ -3,4 +3,4 @@ Importbench is a set of micro-benchmarks for various import scenarios.
It should not be used as an overall benchmark of import performance, but rather
an easy way to measure impact of possible code changes. For a real-world
benchmark of import, use the normal_startup benchmark from
-hg.python.org/benchmarks.
+https://github.com/python/performance