Differences From Artifact [7ac081e792]:
- File gluon/contrib/gateways/fcgi.py — part of check-in [eba4a35a21] at 2011-08-08 04:53:38 on branch develop — Added web2py 1.98.2 (user: spiffy, size: 43993) [annotate] [blame] [check-ins using]
To Artifact [d4488e5a46]:
- File gluon/contrib/gateways/fcgi.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: 43994) [annotate] [blame] [check-ins using] [more...]
︙ | ︙ | |||
1325 1326 1327 1328 1329 1330 1331 | yield '<tr><td>%s</td><td>%s</td></tr>\n' % ( field.name, field.value) yield '</table>\n' \ '</body></html>\n' WSGIServer(test_app).run() | > | 1325 1326 1327 1328 1329 1330 1331 1332 | yield '<tr><td>%s</td><td>%s</td></tr>\n' % ( field.name, field.value) yield '</table>\n' \ '</body></html>\n' WSGIServer(test_app).run() |