benchmarks: Pathlib works under Python 3.

Aug. 31, 2012
3:52 p.m.
http://hg.python.org/benchmarks/rev/873baf08045e changeset: 162:873baf08045e user: Brett Cannon <brett@python.org> date: Fri Aug 31 11:52:30 2012 -0400 summary: Pathlib works under Python 3. files: make_perf3.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/make_perf3.sh b/make_perf3.sh --- a/make_perf3.sh +++ b/make_perf3.sh @@ -30,7 +30,7 @@ cp "${srcdir}/perf.py" perf.py ${CONVERT} perf.py -SAFE_LIBS="2to3 mako" +SAFE_LIBS="2to3 mako pathlib" mkdir lib for safe_lib in ${SAFE_LIBS}; do cp -a "${srcdir}/lib/${safe_lib}" lib/${safe_lib} -- Repository URL: http://hg.python.org/benchmarks
4649
Age (days ago)
4649
Last active (days ago)
0 comments
1 participants
participants (1)
-
brett.cannon