Georg Brandl added the comment:

There's two different uses here:

The one use in "truncated to Integral" means that you get an integer type out.  
It is not specified to be `int` because `__trunc__` may return other types.  It 
could be made into a link like the other use of Integral.

The other uses are "integral float", which is *not* the same as an integer.  It 
is a float whose value is a whole number, and AFAIK "integral" is the correct 
adjective for that.

----------
nosy: +georg.brandl

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

Reply via email to