[issue11475] trunc in documentation of numbers.Real should math.trunc

2011-03-12 Thread Benjamin Peterson
Benjamin Peterson added the comment: 7fd06773c3c2 -- nosy: +benjamin.peterson resolution: -> fixed status: open -> closed ___ Python tracker ___ ___

[issue11475] trunc in documentation of numbers.Real should math.trunc

2011-03-12 Thread MATSUI Tetsushi
New submission from MATSUI Tetsushi : In the documentation of numbers.Real: "In short, those are: a conversion to float, trunc(), round(), math.floor(), math.ceil(), divmod(), //, %, <, <=, >, and >=." where only "trunc" is not linked if we look at it in html pages. This is because the function