Tim Peters tim.peters@gmail.com added the comment:
Terry asks:
is it also guaranteed that quick_ratio() <= real_quick_ratio()
Nope! The docs don't say that, so it's not guaranteed.
It's not the _intent_ of the code that it be true, either. The only point to quick_ratio() and real_quick_ratio() is speed.
----------
_______________________________________ Python tracker report@bugs.python.org http://bugs.python.org/issue8686 _______________________________________