Opened at 2019-08-19T17:01:05Z
Last modified at 2022-03-22T20:07:10Z
#3244 closed task
Switch away from using nevow — at Version 4
Reported by: | habnabit | Owned by: | habnabit |
---|---|---|---|
Priority: | normal | Milestone: | Support Python 3 |
Component: | website | Version: | n/a |
Keywords: | Cc: | ||
Launchpad Bug: |
Description (last modified by meejah)
As part of the effort of porting to python 3, moving the web code away from nevow is the simplest option, since nevow won't be updated (and the code is using old parts of nevow anyway) but twisted.web is already compatible with python 3. twisted.web.template already does most of what the templates used in nevow in the first place.
Since nevow and twisted.web interoperate enough, this port can be done piecemeal at the granularity of one template per ticket/PR.
Change History (4)
comment:1 Changed at 2019-08-19T17:06:59Z by habnabit
comment:2 Changed at 2019-08-19T17:07:41Z by habnabit
- Description modified (diff)
- Status changed from new to assigned
comment:3 Changed at 2019-08-19T17:17:01Z by habnabit
- Description modified (diff)
comment:4 Changed at 2019-08-22T23:08:26Z by meejah
- Description modified (diff)
Note: See
TracTickets for help on using
tickets.
—