[issue14122] operator: div() instead of truediv() in documention since 3.1.2

2012-02-25 Thread Félix-Antoine Fortin
New submission from Félix-Antoine Fortin : A small regression was introduced by the changeset 57209 in the documentation of the operator module. In the abstract operations table in section 9.3.1 the first of two lines on Division, the associated function should be : truediv() instead of div

[issue13118] Py_BuildValue format f incorrect description.

2011-10-07 Thread Félix-Antoine Fortin
Félix-Antoine Fortin added the comment: I stand corrected. -- resolution: -> rejected status: open -> closed ___ Python tracker <http://bugs.python.org/i

[issue13118] Py_BuildValue format f incorrect description.

2011-10-06 Thread Félix-Antoine Fortin
New submission from Félix-Antoine Fortin : Python/C API Reference Manual, section Utilities, Parsing arguments and building values, function Py_BuildValue. The description for the format unit "f" is incorrect. It reads "Same as d.", as it should be "Convert a C f