make_file(fromlines, tolines, fromdesc='', todesc='', context=False, numlines=5, *, charset='utf-8') Compares fromlines
readline.read_history_file([filename]) Load a readline history file, and append it to the history list. The default filename
stringprep.in_table_c21(code) Determine whether code is in tableC.2.1 (ASCII control characters).
string.digits The string '0123456789'.
stringprep.in_table_c11_c12(code) Determine whether code is in tableC.1 (Space characters, union of C.1.1 and C.1.2)
string.printable String of ASCII characters which are considered printable. This is a combination of digits,
readline.set_pre_input_hook([function]) Set or remove the function invoked by the rl_pre_input_hook callback of
re.sub(pattern, repl, string, count=0, flags=0) Return the string obtained by replacing the leftmost non-overlapping occurrences
stringprep.in_table_a1(code) Determine whether code is in tableA.1 (Unassigned code points in Unicode 3.2).
fix_sentence_endings (default: False) If true, TextWrapper attempts to detect sentence endings and
Page 12 of 17