comparison roundup/cgi/client.py @ 2107:b7404a96b58a 0.7.0b1

minor pre-release / test fixes
author Richard Jones <richard@users.sourceforge.net>
date Wed, 24 Mar 2004 06:18:59 +0000
parents c091cacdc505
children b86f0627b07c
comparison
equal deleted inserted replaced
2106:12a902ea1dcd 2107:b7404a96b58a
1 # $Id: client.py,v 1.166 2004-03-18 01:58:46 richard Exp $ 1 # $Id: client.py,v 1.167 2004-03-24 06:18:59 richard Exp $
2 2
3 """WWW request handler (also used in the stand-alone server). 3 """WWW request handler (also used in the stand-alone server).
4 """ 4 """
5 __docformat__ = 'restructuredtext' 5 __docformat__ = 'restructuredtext'
6 6
648 self.mailer.standard_message(to, subject, body, author) 648 self.mailer.standard_message(to, subject, body, author)
649 return 1 649 return 1
650 except MessageSendError, e: 650 except MessageSendError, e:
651 self.error_message.append(str(e)) 651 self.error_message.append(str(e))
652 652
653 def parsePropsFromForm(self, create=False): 653 def parsePropsFromForm(self, create=0):
654 return FormParser(self).parse(create=create) 654 return FormParser(self).parse(create=create)
655 655

Roundup Issue Tracker: http://roundup-tracker.org/