[Twisted-Python] Re: IMAP fixes

Andrew Dalke dalke at dalkescientific.com
Fri Jul 11 10:42:05 MDT 2003


Tony Meyer:
> This re really isn't that complex.

As someone who's had to do an inordinate amount of parsing in my
life, I agree with Tony.  The long regex he wrote is a good way
to do it.  It's concise, easy to understand (for anyone who has
done regexp work), less bug prone then breaking it out into
smaller regexps, etc.  And it's fast.

					Andrew
					dalke at dalkescientific.com





More information about the Twisted-Python mailing list