)]}'
{"swift/common/statsd_client.py":[{"author":{"_account_id":1179,"name":"Clay Gerrard","email":"clay.gerrard@gmail.com","username":"clay-gerrard"},"change_message_id":"3ab4c094236a0a3a4e206ccf7460e44a7b3ac00e","unresolved":true,"context_lines":[{"line_number":133,"context_line":"    if six.PY2:"},{"line_number":134,"context_line":"        pattern \u003d re.compile(r\"[^\\w]\")"},{"line_number":135,"context_line":"    else:"},{"line_number":136,"context_line":"        pattern \u003d re.compile(r\"[^\\w]\", re.ASCII)"},{"line_number":137,"context_line":"    for k, v in conf.items():"},{"line_number":138,"context_line":"        if not k.startswith(STATSD_CONF_USERLABEL_PREFIX):"},{"line_number":139,"context_line":"            continue"}],"source_content_type":"text/x-python","patch_set":2,"id":"f5daa40e_54753a45","line":136,"updated":"2024-06-25 21:46:04.000000000","message":"this pattern might actually do *very* close to what we want:\n\nhttps://docs.python.org/3/library/re.html#regular-expression-syntax\n\n```\n\\w\nFor Unicode (str) patterns:\nMatches Unicode word characters; this includes all Unicode alphanumeric characters (as defined by str.isalnum()), as well as the underscore (_).\n\nMatches [a-zA-Z0-9_] if the ASCII flag is used.\n\nFor 8-bit (bytes) patterns:\nMatches characters considered alphanumeric in the ASCII character set; this is equivalent to [a-zA-Z0-9_]. If the LOCALE flag is used, matches characters considered alphanumeric in the current locale and the underscore.\n```","commit_id":"3fecc31285a7578793d116fac5945493ced4d3c9"}]}
