Hi, I'm writing code to support the new 2.5 generator stuff (PEP 342) and while working on that I found a code that verifies the magic number (in pyframe.py). The default magic in PyPy is the Python2.4 one, chatting with Carl we thought it's probably a good time to change it to the 2.5 value, as we are supporting Python 2.5.
What do you think? -- Bruno Fialho Marques Gola <[EMAIL PROTECTED]> http://www.brunogola.com.br Cel: (11) 9294-5883 _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
