Commits

Alex Chan committed 5bf26ca309e
Minor Python tidies in swift-api-dump.py * Don't override the name of the builtin `str` * Use raw strings for regex matches * Replace a couple of unused variables by `_` * Remove an unused argument from `create_dump_module_api_args` (the arg is never used in the body of the function, and it's only called from this file).