[Python-checkins] benchmarks: Pathlib works under Python 3.

brett.cannon python-checkins at python.org
Fri Aug 31 17:52:38 CEST 2012


http://hg.python.org/benchmarks/rev/873baf08045e
changeset:   162:873baf08045e
user:        Brett Cannon <brett at 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


More information about the Python-checkins mailing list