(number_suffixed): Don't use "".startswith.
(isalpha): New function. Use it instead of "".isalpha. (isdigit): New function. Use it instead of "".isdigit. (prot_a_bitstring.check_implemented): Old Python versions cannot loop over a dictionary; add an explicit call to the .keys() method. (lexer.__init__): Use string.strip instead of "".strip.
Please register or sign in to comment