comparison roundup/cgi/TAL/TALInterpreter.py @ 1409:8dc60d87ab42

Fixed a backlog of bug reports, and worked on python 2.3 compatibility: - fixed templating filter function arguments [SF#678911] - fixed multiselect in searching [SF#676874] - fixed parsing of content-disposition filenames [SF#675116] - added 'h' to roundup-server optarg list [SF#674070] - fixed doc for db.history in anydbm and rdbms_common [SF#679221] - fixed timelog example so it handles new issues [SF#678908] - handle missing os.fork() [SF#681046] - fixed roundup-reminder [SF#681042] - fixed int assumptions about Number values [SF#677762] - added warning filter for "FutureWarning: hex/oct constants > sys.maxint will return positive values..." (literal 0xffff0000 in portalocker.py) - fixed ZPT code generating SyntaxWarning for assignment to None
author Richard Jones <richard@users.sourceforge.net>
date Thu, 06 Feb 2003 05:43:49 +0000
parents 309f125f86cc
children fc52d57c6c3e
comparison
equal deleted inserted replaced
1408:01c02e81e08d 1409:8dc60d87ab42
166 else: 166 else:
167 self.col = len(s) - (i + 1) 167 self.col = len(s) - (i + 1)
168 168
169 bytecode_handlers = {} 169 bytecode_handlers = {}
170 170
171 def interpret(self, program, None=None): 171 def interpret(self, program):
172 oldlevel = self.level 172 oldlevel = self.level
173 self.level = oldlevel + 1 173 self.level = oldlevel + 1
174 handlers = self.dispatch 174 handlers = self.dispatch
175 try: 175 try:
176 if self.debug: 176 if self.debug:

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