19 Aug
2013
19 Aug
'13
2:37 a.m.
Antoine Pitrou added the comment: I was wondering which doc you were alluding it, before I noticed your patch is against the regex HOWTO. The HOWTO seems quite outdated wrt. Python 3. For example "\w" is not equivalent to "[a-zA-Z0-9_]", anymore, except with the ASCII flag. ---------- title: Misleading documentations and comments in regular expression about alphanumerics and underscore -> Misleading documentations and comments in regular expression HOWTO _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue18779> _______________________________________