[issue4914] trunc(x) erroneously documented as built-in

2009-01-18 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r68721. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Py

[issue4914] trunc(x) erroneously documented as built-in

2009-01-16 Thread Terry J. Reedy
Terry J. Reedy added the comment: Confirmed for 3.0 that trunc does not exist in the builtins module and is not listed in the Built-in functions section but is listed in the Numeric Types section. So I agree "trunc(x) x truncated to Integral " should leave the Operation table. Yes, MM, we do w

[issue4914] trunc(x) erroneously documented as built-in

2009-01-10 Thread Mitchell Model
New submission from Mitchell Model : In the Numeric Types documentation for 2.6, 3.0, and 3.1 trunc is documented as a built-in, like round, but while there is a trunc in math there is no built-in trunc. Read some of the debate on trunc from a year ago convinced me that this discrepancy is a d