comparison roundup/cgi/form_parser.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 1b11ffd8015e
children 7d5bf9cbd75d
comparison
equal deleted inserted replaced
2106:12a902ea1dcd 2107:b7404a96b58a
32 self.db = client.db 32 self.db = client.db
33 self.form = client.form 33 self.form = client.form
34 self.classname = client.classname 34 self.classname = client.classname
35 self.nodeid = client.nodeid 35 self.nodeid = client.nodeid
36 36
37 def parse(self, create=False, num_re=re.compile('^\d+$')): 37 def parse(self, create=0, num_re=re.compile('^\d+$')):
38 """ Item properties and their values are edited with html FORM 38 """ Item properties and their values are edited with html FORM
39 variables and their values. You can: 39 variables and their values. You can:
40 40
41 - Change the value of some property of the current item. 41 - Change the value of some property of the current item.
42 - Create a new item of any class, and edit the new item's 42 - Create a new item of any class, and edit the new item's

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