Opened 2 years ago
Last modified 23 months ago
#2400 assigned defect
Don't require restart to change release number
Reported by: | zzz | Owned by: | sadie |
---|---|---|---|
Priority: | minor | Milestone: | undecided |
Component: | www/i2p | Version: | 0.9.38 |
Keywords: | Cc: | ||
Parent Tickets: | Sensitive: | no |
Description
str4d says the website should recognize when the release number changes in init.py. Usually but not always, however, a restart is required. zab says that since the .py must be compiled to a .pyc, a restart is always required. Figure out who's right, and why, and fix it so a restart is never required.
Subtickets
Change History (2)
comment:1 Changed 2 years ago by
comment:2 Changed 23 months ago by
Owner: | changed from slumlord to sadie |
---|---|
Status: | new → assigned |
Note: See
TracTickets for help on using
tickets.
If I'm right about the .pyc compilation, then this approach may help https://www.indelible.org/ink/python-reloading/ but it's not trivial at all.