This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients Pavel, akuchling, docs@python, georg.brandl, serhiy.storchaka
Date 2015-10-30.11:07:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1446203225.24.0.14475077483.issue25517@psf.upfronthosting.co.za>
In-reply-to
Content
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 "[^.]*".
History
Date User Action Args
2015-10-30 11:07:05serhiy.storchakasetrecipients: + serhiy.storchaka, akuchling, georg.brandl, docs@python, Pavel
2015-10-30 11:07:05serhiy.storchakasetmessageid: <1446203225.24.0.14475077483.issue25517@psf.upfronthosting.co.za>
2015-10-30 11:07:05serhiy.storchakalinkissue25517 messages
2015-10-30 11:07:04serhiy.storchakacreate