Zachary Ware added the comment:

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 :)

----------
Added file: http://bugs.python.org/file28904/py_operator.v10.diff

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16694>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to