-
Notifications
You must be signed in to change notification settings - Fork 71
Open
Description
Hello,
With Python 3.7 I have an error when the rive contain a _ (word wildcard).
The error is :
re.error: bad escape \w at position 16
in rivescript/brain.py l448 _ is replaced by a string containing \w
But python 3.7 does not want it :
Deprecated since version 3.5, will be removed in version 3.7: Unknown escapes in repl consisting of '' and an ASCII letter now raise a deprecation warning and will be forbidden in Python 3.7.
(source)
Metadata
Metadata
Assignees
Labels
No labels