| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
) Improve `hash()` builtin docstring with caveats. Mention its return type and that the value can be expected to change between processes (hash randomization). Why? The `hash` builtin gets reached for and used by a lot of people whether it is the right tool or not. IDEs surface docstrings and people use pydoc and `help(hash)`. (cherry picked from commit 665b7df) Co-authored-by: Gregory P. Smith <68491+gpshead@users.noreply.github.com>
| Back | FazBrowse Home | New Git URL |
Improve hash() builtin docstring with caveats.
Mention its return type and that the value can be expected to change between processes (hash randomization).
Why? The hash builtin gets reached for and used by a lot of people whether it is the right tool or not. IDEs surface docstrings and people use pydoc and help(hash).
(cherry picked from commit 665b7df)