difflib.diff_bytes(dfunc, a, b, fromfile=b'', tofile=b'', fromfiledate=b'', tofiledate=b'', n=3, lineterm=b'\n') Compare a
stringprep.in_table_c9(code) Determine whether code is in tableC.9 (Tagging characters).
stringprep.in_table_c22(code) Determine whether code is in tableC.2.2 (Non-ASCII control characters).
re.purge() Clear the regular expression cache.
regex.split(string, maxsplit=0) Identical to the split() function, using the compiled pattern.
readline.get_current_history_length() Return the number of items currently in the history. (This is different from ge
readline.clear_history() Clear the current history. This calls clear_history() in the underlying library. The Python
unicodedata.combining(chr) Returns the canonical combining class assigned to the character chr as integer. Returns
string.punctuation String of ASCII characters which are considered punctuation characters in the C locale.
difflib.ndiff(a, b, linejunk=None, charjunk=IS_CHARACTER_JUNK) Compare a and b (lists of strings); return
Page 6 of 17