Writing CGI Programs in Python And now for something completely different... Python has a very extensive, well documented and portable module library that provides a large variety of useful functions. The Internet-related collection is particularly impressive, with modules to deal with everything from parsing and retrieving URL's to retrieving mail from POP servers and everything in between.
| Name: |
Katherine Kong |
| Subject: |
Re: Possible Bug in Code? |
| Date: |
03-14-2000 08:49PM |
Try escaping the *'s on line 23 of sample1.py:
SubResult = re.subn("", Content,TemplateInput)
|
Other posts in this thread:
Reply to this post:
|
 |
Visit the Python Forum!
New On DevShed:
Hot Forum Topics:
|