diff options
author | Senthil Kumaran <skumaran@gatech.edu> | 2017-02-16 15:18:42 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-16 15:18:42 (GMT) |
commit | b2ee40ed9c9041dcff9c898aa19aacf9ec60308a (patch) | |
tree | 38866f868781330d24c064fc0bd9c7aa7ad0c901 /Tools | |
parent | 9764c151c51480a7ca6042b1ccd69be2620ff360 (diff) | |
download | cpython-b2ee40ed9c9041dcff9c898aa19aacf9ec60308a.zip cpython-b2ee40ed9c9041dcff9c898aa19aacf9ec60308a.tar.gz cpython-b2ee40ed9c9041dcff9c898aa19aacf9ec60308a.tar.bz2 |
Change some mercurial/ hg.python.org references. (#8)
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/README | 2 | ||||
-rw-r--r-- | Tools/importbench/README | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Tools/README b/Tools/README index 73ce6a7..3552881 100644 --- a/Tools/README +++ b/Tools/README @@ -43,4 +43,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 |