Differences From Artifact [48b9d6a75a]:
- File gluon/debug.py — part of check-in [eba4a35a21] at 2011-08-08 04:53:38 on branch develop — Added web2py 1.98.2 (user: spiffy, size: 2327) [annotate] [blame] [check-ins using]
To Artifact [08ba1f60b0]:
- File gluon/debug.py — part of check-in [5e6e1e2c0a] at 2011-11-20 05:28:20 on branch feature/web2py_auth — Upgraded to web2py 1.99.2 (user: spiffy, size: 2329) [annotate] [blame] [check-ins using] [more...]
︙ | ︙ | |||
76 77 78 79 80 81 82 83 84 85 | while True: data = pipe_out.read() if data is None: break result.append(data) logger.info("DEBUG: result %s" % repr(result)) return ''.join(result) | > > | 76 77 78 79 80 81 82 83 84 85 86 87 | while True: data = pipe_out.read() if data is None: break result.append(data) logger.info("DEBUG: result %s" % repr(result)) return ''.join(result) |