Message180948
Since the older Windows project files were removed, v10 removes the patches to them.
Everything else still applies cleanly.
Also, in the spirit of what Brett said in 16651 about not re-implementing blindly, I did just look up what Jython, IronPython, and PyPy do for the operator module. The first two implement it in their VM language, and PyPy uses a very specialized version that didn't look easy to adapt to CPython, at least at a glance. It was fun for me to write any way about it, though :) |
|
Date |
User |
Action |
Args |
2013-01-29 21:30:33 | zach.ware | set | recipients:
+ zach.ware, brett.cannon, jcea, ezio.melotti, eric.araujo, Arfrever, meador.inge, serhiy.storchaka |
2013-01-29 21:30:32 | zach.ware | set | messageid: <1359495032.15.0.408793929995.issue16694@psf.upfronthosting.co.za> |
2013-01-29 21:30:32 | zach.ware | link | issue16694 messages |
2013-01-29 21:30:32 | zach.ware | create | |
|