[docs] [issue18779] Misleading documentations and comments in regular expression HOWTO
Antoine Pitrou
report at bugs.python.org
Mon Aug 19 11:37:36 CEST 2013
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 at bugs.python.org>
<http://bugs.python.org/issue18779>
_______________________________________
More information about the docs
mailing list