New submission from David Lambert :
Does aksokcancel return "true" or True ? The docstring should say True This
is pervasive throughout the module. tkinter has such a mishmash of numbers
supplied as strings, strings supplied as constants making this carelessness
egregious. On
New submission from David Lambert :
math.fabs returns float.
The documentation should say so, and help(math.fabs) should include the
expected return type -> float
fabs(x, /) -> float
Return the absolute value of the float x.
I did not check, but expect these annotations recommend
David Lambert added the comment:
Hi Ray,
I'm glad this was a conscious choice. I found a person confused by the
output of print(abs(3), math.fabs(3))
Perhaps the manual would mention return values->that's not an annotation.
Thanks for considering,
Dave
On 6/27/21 12:4
David Lambert added the comment:
Sometimes I say nice things about python.
https://www.quora.com/Is-Python-fast-yet/answer/David-Lambert-86?__nsrc__=4&__snid3__=6376944631
On 10/31/19 1:14 PM, Brett Cannon wrote:
> Brett Cannon added the comment:
>
> Please note that call