]> granicus.if.org Git - python/commit
Issue #18732: Remove unused* parameter output_sep from IdleHistory.History
authorTerry Jan Reedy <tjreedy@udel.edu>
Thu, 15 Aug 2013 20:19:13 +0000 (16:19 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Thu, 15 Aug 2013 20:19:13 +0000 (16:19 -0400)
commit29c3fc5d8f9e14e10783ab0ecc1bd15e1144cd07
tree83c58159a80c7284f54f6f1ec3788e16a0e2a136
parentc2564f9329d9149d8fb904b065f7876699fea267
Issue #18732: Remove unused* parameter output_sep from IdleHistory.History
and paired splits and joins that do nothing when output_sep is its default \n.
*It in unused in that the class in only instantiated once, with the default.
Make a few other changes in .fetch and its test.
Lib/idlelib/IdleHistory.py
Lib/idlelib/idle_test/test_idlehistory.py