You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changed dict key-matching regex to capture any valid dict key (#920)
* Changed dict key-matching regex to capture any valid dict key
* dict key matching regex no longer matches beyond the end of a key
* Updated regex to handle str, bytes, int, float, tuple dict keys
* Added comments to regex using re.VERBOSE flag
* added test case for string dict key being typed inside []
0 commit comments