]> granicus.if.org Git - python/commit
Add optional 'force' argument (default 0) to load_dict().
authorGuido van Rossum <guido@python.org>
Mon, 19 Oct 1998 02:19:30 +0000 (02:19 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 19 Oct 1998 02:19:30 +0000 (02:19 +0000)
commit105b9c7de40b62b19725fa16f876c382e677bb64
tree155d45ab4e45ea8abb3c1cf6219362b23ab32bf6
parent0e5088fcc44b42879b728a495456f4b6d4181de0
Add optional 'force' argument (default 0) to load_dict().
If set, redo the display even if it's the same dict.
Tools/idle/StackViewer.py