]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #18189: add test_delegator for Idle Delegator class.
authorTerry Jan Reedy <tjreedy@udel.edu>
Sun, 30 Jun 2013 22:36:53 +0000 (18:36 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Sun, 30 Jun 2013 22:36:53 +0000 (18:36 -0400)
commitd1caae86e50de65df4786d8fa56622533b82a40a
tree5ddcce00c1b657f6ef17a0c35b3fb2bab6d13210
parent7ab0c310c7065d8a49290d49b445abcead59bfcf
Issue #18189: add test_delegator for Idle Delegator class.
Also change private dict used as a set to a set.
Lib/idlelib/Delegator.py
Lib/idlelib/idle_test/test_delegator.py [new file with mode: 0644]