Thank U.
--
http://mail.python.org/mailman/listinfo/python-list
Hi there,
I'm doing some TELNET and FTP sessions with my scripts. I need to
redirect all the output (and not just what I print) to an output file,
but still be able to see the session in process on the console.
The Console screen is of less importance, so I could give it up, but
what I'm looking
Thanks.
--
http://mail.python.org/mailman/listinfo/python-list
Hello all,
I know how to exclude 1 charecter from a compiled sequence of the re
module- '[^a]', but if I want to exclude a word or a sequence as one
unit (not as separate charecters) to be checked how do I do that?
I tried re.compile('[^(abc)]')
... or re.compile('[^a][^b][^c]')
... or re.com
Thank you all.
--
http://mail.python.org/mailman/listinfo/python-list
Hi,
I'm trying to find scripts in html source of a page retrieved from the
web.
I'm trying to use the following rule:
match = re.compile('')
I'm testing it on a page that includes the following source: