Stefan Behnel <stefan...@behnel.de> writes:
> You may notice that the creation of this exact tuple appears in almost all
> if the conditionals of this method. So it is part of the bottleneck.

I don't think so.  The tuple is only created when the character has
already matched, and for the vast majority of the chars in the input
stream (ordinary text chars rather than html delimiters) none of them
match.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to