[issue33083] math.factorial accepts non-integral Decimal instances

2018-03-15 Thread John Yeung
Change by John Yeung : -- nosy: +John.Yeung ___ Python tracker <https://bugs.python.org/issue33083> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue25735] math.factorial doc should mention integer return type

2015-11-25 Thread John Yeung
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

[issue20987] Python for AS/400 (OS/400) is actually 2.7

2014-03-19 Thread John Yeung
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