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

Raymond Hettinger report at bugs.python.org
Mon Jul 17 10:35:03 EDT 2017


Raymond Hettinger added the comment:

> Wasn't this change a mistake? 

Now that it is deployed, it should probably be left alone (it is has to take back an API change), but this should be a cautionary note for arg-clinic enthusiasts to not change existing APIs.  When Argument Clinic is too limited to express what Python does for an exiting API, that particular function needs to be skipped.

----------

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


More information about the docs mailing list