Fixed (hopefully) a longtime outstanding problem in parens(): - the former regex never matched any parentheses - the parens() used old regex module API although 're' module was used
Showing
Please register or sign in to comment
Fixed (hopefully) a longtime outstanding problem in parens(): - the former regex never matched any parentheses - the parens() used old regex module API although 're' module was used