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 python-dev
Recipients ezio.melotti, martin.panter, mrabarnett, python-dev, r.david.murray, serhiy.storchaka, terry.reedy
Date 2016-10-15.01:45:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20161015014531.5225.64213.87C2509E@psf.io>
In-reply-to
Content
New changeset 5f7d7e079e39 by Martin Panter in branch '3.5':
Issue #27800: Document limitation and workaround for multiple RE repetitions
https://hg.python.org/cpython/rev/5f7d7e079e39

New changeset 1f2ca7e4b64e by Martin Panter in branch '3.6':
Issue #27800: Merge RE repetition doc from 3.5 into 3.6
https://hg.python.org/cpython/rev/1f2ca7e4b64e

New changeset 98456ab88ab0 by Martin Panter in branch 'default':
Issue #27800: Merge RE repetition doc from 3.6
https://hg.python.org/cpython/rev/98456ab88ab0

New changeset 94f02193f00f by Martin Panter in branch '2.7':
Issue #27800: Document limitation and workaround for multiple RE repetitions
https://hg.python.org/cpython/rev/94f02193f00f
History
Date User Action Args
2016-10-15 01:45:34python-devsetrecipients: + python-dev, terry.reedy, ezio.melotti, mrabarnett, r.david.murray, martin.panter, serhiy.storchaka
2016-10-15 01:45:34python-devlinkissue27800 messages
2016-10-15 01:45:34python-devcreate