]> 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:07 +0000 (16:19 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Thu, 15 Aug 2013 20:19:07 +0000 (16:19 -0400)
commit1703df6c931a4645a74f860ce9163e7f89cee4e7
treeae7eed25939c7a01d15446822f746a1825f84145
parent74b3290c104d6bb04c1ddb18299d67142678069a
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