Page MenuHomeSolus

Enable python2 support for python-bottle
ClosedPublic

Authored by algent on Jan 20 2021, 6:07 PM.
Tags
None
Referenced Files
F11050529: D10398.id.diff
Thu, Aug 10, 7:06 PM
F11050528: D10398.id25050.diff
Thu, Aug 10, 7:06 PM
F11050527: D10398.id25083.diff
Thu, Aug 10, 7:06 PM
F11050526: D10398.id25055.diff
Thu, Aug 10, 7:06 PM
F11035863: D10398.diff
Wed, Aug 9, 6:31 PM
F11022693: D10398.id.diff
Tue, Aug 8, 4:04 AM
F10843714: D10398.id25055.diff
Jun 10 2023, 6:59 PM
F10840365: D10398.id25050.diff
Jun 10 2023, 1:29 AM
Subscribers

Details

Summary

We still need tests for python-pycurl.

Signed-off-by: Algent Albrahimi <algent@protonmail.com>

Test Plan
  • Rebuild python-pycurl with enabled test against this package.
  • Run this script in thonny IDE
from bottle import route, run, template

@route('/hello/<name>')
def index(name):
    return template('<b>Hello {{name}}</b>!', name=name)

run(host='localhost', port=8080)

and then open this link http://localhost:8080/hello/world

Diff Detail

Repository
R4533 python-bottle
Branch
master
Lint
No Lint Coverage
Unit
No Test Coverage