readline.read_history_file([filename]) Load a readline history file, and append it to the history list. The default filename
difflib.restore(sequence, which) Return one of the two sequences that generated a delta. Given
stringprep.in_table_c8(code) Determine whether code is in tableC.8 (Change display properties or are deprecated).
stringprep.in_table_a1(code) Determine whether code is in tableA.1 (Unassigned code points in Unicode 3.2).
stringprep.in_table_c11_c12(code) Determine whether code is in tableC.1 (Space characters, union of C.1.1 and C.1.2)
check_unused_args(used_args, args, kwargs) Implement checking for unused arguments if desired. The arguments to this function
readline.get_completer() Get the completer function, or None if no completer function has been set.
readline.replace_history_item(pos, line) Replace history item specified by its position with line. The position is
readline.get_history_length() readline.set_history_length(length) Set or return the desired number of lines to save
string.printable String of ASCII characters which are considered printable. This is a combination of digits,
Page 13 of 17