Hi, I want to define a rule for a line that does NOT start with a given Literal. How do I do that? I try the following and my program just hang there:
BodyLine = ~Literal("HTTP/1.1") + restOfLine Thanks, Khoa -- http://mail.python.org/mailman/listinfo/python-list