DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16536>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16536

StackOverflowError

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|Critical                    |Enhancement



------- Additional Comments From [EMAIL PROTECTED]  2003-01-29 14:18 -------
>From reading the ORO list it appears that the problem is due to alternation - 
specifically ( (.|\n)* ).  This can be changed to (.*) with the use of 
re.setMatchFlags(RE.MATCH_SINGLELINE); which fixes the issue.

It is not percieved as a bug as such - although that is probably debatable.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to