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 computercrustie
Recipients amaury.forgeotdarc, computercrustie
Date 2008-06-17.11:13:15
SpamBayes Score 0.04503972
Marked as misclassified No
Message-id <1213701198.94.0.940668615634.issue3128@psf.upfronthosting.co.za>
In-reply-to
Content
Further I was, because the upper listed string wasn't expected for this
code (until it occured the first time ;-) )

Normally there has been only one occurence of "(file) (.., line)" or
"(.., line) (file)" per string, so the regex did quite do what I
expected - never the less you are right - instead of the '*' operator I
should have used a '?' operator for the repetition.

So far many thanks for your recommendations - but the question is if it
is ok that a regex may block a process such a long time?
History
Date User Action Args
2008-06-17 11:13:19computercrustiesetspambayes_score: 0.0450397 -> 0.04503972
recipients: + computercrustie, amaury.forgeotdarc
2008-06-17 11:13:18computercrustiesetspambayes_score: 0.0450397 -> 0.0450397
messageid: <1213701198.94.0.940668615634.issue3128@psf.upfronthosting.co.za>
2008-06-17 11:13:17computercrustielinkissue3128 messages
2008-06-17 11:13:16computercrustiecreate