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 goatchurch
Recipients
Date 2007-05-18.22:37:25
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
I can shorten it further to: 

s = "Add.1, 2020 Add.1, 20212023, 2025, 2028 and 2029 Add.1) R"
r = "(?:\s|,|and|Add\S*?|[\d]+)*$"

Sometimes it finishes after a long time when you shorten the s-string from the front.  If you take the "R" from the end it goes through straight away.  It's even very slow with match.  
History
Date User Action Args
2007-08-23 14:53:55adminlinkissue1721518 messages
2007-08-23 14:53:55admincreate