Ticket #3907 (closed task: fixed)
Remove --static option for twisted.web
| Reported by: | thijs | Owned by: | thijs |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | web | Keywords: | |
| Cc: | thijs | Branch: | branches/static-web-3907-2 |
| Author: | thijs | Launchpad Bug: |
Description
There's a --static option in twisted web that does the same --path. It's marked as deprecated:
def opt_static(self, path): """Same as --path, this is deprecated and will be removed in a future release.""" print ("WARNING: --static is deprecated and will be removed in" "a future release. Please use --path.") self.opt_path(path) opt_s = opt_static
Let's get rid of it.
Change History
Note: See
TracTickets for help on using
tickets.
