[docs] [issue30940] Documentation for round() is incorrect.

Serhiy Storchaka report at bugs.python.org
Mon Jul 17 11:33:17 EDT 2017


Serhiy Storchaka added the comment:

round() was not converted to Argument Clinic. There is a special comment about this:

/* AC: cannot convert yet, as needs PEP 457 group support in inspect
 *     or a semantic change to accept None for "ndigits"
 */

*Now* round() can be converted to Argument Clinic. I prepared a patch for this but wanted to make sure this is a desirable behavior.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30940>
_______________________________________


More information about the docs mailing list