Change by John Yeung :
--
nosy: +John.Yeung
___
Python tracker
<https://bugs.python.org/issue33083>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from John Yeung:
The math module docs state
Except when explicitly noted otherwise, all return values are floats.
But math.factorial isn't what I would call explicit about returning int:
math.factorial(x)
Return x factorial. Raises ValueError if x is not integral
New submission from John Yeung:
Not sure if this is the right place to report this, but the "other platforms"
page <https://www.python.org/download/other/> says the AS/400 port by Per
Gummedal is 2.5. While it's true that he did port 2.5 quite a while back, the
2.7 port h