]> 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:37:05 +0000 (18:37 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Sun, 30 Jun 2013 22:37:05 +0000 (18:37 -0400)
commitacd5f81149df7bdda5a755adec50c9efcfe5e0cb
treecf5a4a7ece1c5e50e28141661d344728d1e0f6fc
parentef1f777e0a1391771b6b3637ed308643528b3d4a
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]