[Python-Dev] benchmarks: Pathlib works under Python 3. (original) (raw)
Brett Cannon brett at python.org
Sat Sep 1 00:42:01 CEST 2012
- Next message: [Python-Dev] Edits to Metadata 1.2 to add extras (optional ependencies)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Fri, Aug 31, 2012 at 12:49 PM, Antoine Pitrou <solipsis at pitrou.net>wrote:
On Fri, 31 Aug 2012 17:52:38 +0200 (CEST) brett.cannon <python-checkins at python.org> wrote: > 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.
... but therefore you shouldn't run it under 2to3 (which may pessimize the code). Benchmarks with a 3.x-compatible code base are listed under the "2n3" meta-benchmark name in perf.py: http://hg.python.org/benchmarks/file/873baf08045e/perf.py#l2000
Right, but the code still needs to get copied over (which it wasn't). I'll start a new entry for code that needs to be copied but not translated. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20120831/3ec42b8d/attachment-0001.html>
- Next message: [Python-Dev] Edits to Metadata 1.2 to add extras (optional ependencies)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]