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

Serhiy Storchaka report at bugs.python.org
Sun Jul 16 13:16:36 EDT 2017


Serhiy Storchaka added the comment:

In 3.4 round() doesn't accept None as ndigits argument. The behavior was changed by issue19933 and issue27936. Wasn't this change a mistake? Seems Mark opposed to it.

----------
nosy: +mark.dickinson, rhettinger, serhiy.storchaka, steve.dower
versions: +Python 3.7

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


More information about the docs mailing list