[pypy-dev] Where is `float.is_integer`?

exarkun at twistedmatrix.com exarkun at twistedmatrix.com
Sat Oct 29 03:13:55 CEST 2011


On 01:03 am, ram at rachum.com wrote:
>>
>I guess a script could be made that would go over *all* the classes in
>CPython, see all their methods, compare to those of PyPy, and point out
>which ones we forgot.

One could also examine a test coverage report from CPython and add unit 
tests for all of the uncovered functionality. ;)

Jean-Paul


More information about the pypy-dev mailing list