Serhiy Storchaka added the comment:

Note that lookbehind assertions still are not documented in Regular Expression 
HOWTO.

The example that demonstrates negative lookahead assertion is 
".*[.](?!bat$)[^.]*$". But then we should explain why ".*" is changed to 
"[^.]*".

----------
nosy: +akuchling, georg.brandl, serhiy.storchaka
stage:  -> needs patch
versions:  -Python 3.2, Python 3.3

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue25517>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to