readline.remove_history_item(pos) Remove history item specified by its position from the history. The position is zero-based
readline.set_history_length(length) Set or return the desired number of lines to save in the history file. The write_
regex.split(string, maxsplit=0) Identical to the split() function, using the compiled pattern.
re.purge() Clear the regular expression cache.
get_grouped_opcodes(n=3) Return a generator of groups with up to n lines of
string.ascii_lowercase The lowercase letters 'abcdefghijklmnopqrstuvwxyz'. This value is not locale-dependent and
unicodedata.combining(chr) Returns the canonical combining class assigned to the character chr as integer. Returns
stringprep.in_table_c9(code) Determine whether code is in tableC.9 (Tagging characters).
unicodedata.ucd_3_2_0 This is an object that has the same methods as the entire module, but uses the Unicode database version
get_opcodes() Return list of 5-tuples describing how to turn a into b. Each tuple is of the form (tag
Page 6 of 17