[issue36405] Use dict unpacking in idlelib

Terry J. Reedy report at bugs.python.org
Sat Mar 23 05:55:46 EDT 2019


Terry J. Reedy <tjreedy at udel.edu> added the comment:

You mean that the patch will execute the code in imported module where the two are not even equal.  So I will revert the '__main__' changes.

I found two differences in completion behavior with the patch.  One is a failure that should work, another is a success that should fail.  I will try to turn at least one of them into a new test that fails before the reversion and passes after.

----------
stage: patch review -> commit review

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36405>
_______________________________________


More information about the Python-bugs-list mailing list