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 mdk
Recipients docs@python, dojutsu-user, mdk
Date 2018-12-25.22:10:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1545775848.12.0.712150888896.issue35584@roundup.psfhosted.org>
In-reply-to
Content
In howto/regex.rst I read:

> '^' outside a character class will simply match the '^' character.

Which looks wrong, '^' is the "begin anchor", it's a metacharacter that typically won't match '^'.

I propose to simply remove the statement, if nobody finds a better idea.
History
Date User Action Args
2018-12-25 22:10:51mdksetrecipients: + mdk, docs@python, dojutsu-user
2018-12-25 22:10:48mdksetmessageid: <1545775848.12.0.712150888896.issue35584@roundup.psfhosted.org>
2018-12-25 22:10:48mdklinkissue35584 messages
2018-12-25 22:10:48mdkcreate