[pypy-dev] [pypy-commit] pypy py3k: Add a modifiable copy of opcode.py
Antonio Cuni
anto.cuni at gmail.com
Wed Oct 12 12:04:43 CEST 2011
On 11/10/11 23:27, amauryfa wrote:
> Author: Amaury Forgeot d'Arc<amauryfa at gmail.com>
> Branch: py3k
> Changeset: r47947:838f7aaf8802
> Date: 2011-10-11 23:12 +0200
> http://bitbucket.org/pypy/pypy/changeset/838f7aaf8802/
>
> Log: Add a modifiable copy of opcode.py
>
> diff --git a/lib-python/3.2/opcode.py b/lib-python/modified-3.2/opcode.py
> copy from lib-python/3.2/opcode.py
> copy to lib-python/modified-3.2/opcode.py
what about killing the * vs modified-* thing while we are at it? With
mercurial it should be very easy to get a diff against the original one
whenever we want.
ciao,
Anto
More information about the pypy-dev
mailing list