Closed zopyx closed 8 years ago
The Python client is not fully Python 2.7 compatible because of this line:
return re.fullmatch(r"^[0-9a-f]{32}$", token_s or "") is not None
Fixed in https://github.com/jenstroeger/Bookalope/commit/05f7c276c431ba4bc9883cc753d3f25206972125
The Python client is not fully Python 2.7 compatible because of this line: