python-devtools
python-devtools copied to clipboard
Update README
Missing length of whatever
is added. demo.py.png
does not show the proper value of spam
key and misses the len=4
, it is replaced accordingly. Missing import is added. __builtins__
was replaced with builtins
in Python 3, so here as well.
To be considered after https://github.com/samuelcolvin/python-devtools/pull/155.