commit | 1703df6c931a4645a74f860ce9163e7f89cee4e7 | [log] [tgz] |
---|---|---|
author | Terry Jan Reedy <tjreedy@udel.edu> | Thu Aug 15 16:19:07 2013 -0400 |
committer | Terry Jan Reedy <tjreedy@udel.edu> | Thu Aug 15 16:19:07 2013 -0400 |
tree | ae7eed25939c7a01d15446822f746a1825f84145 | |
parent | 74b3290c104d6bb04c1ddb18299d67142678069a [diff] |
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.