Remove --static option for twisted.web
| Newsgroups | gmane.comp.python.twisted.bugs |
|---|---|
| Message-ID | <[email protected]> |
New submission from thijs <[email protected]>: There's a {{{--static}}} option in [source:trunk/twisted/web/tap.py twisted web] that does the same {{{--path}}}. It's marked as deprecated: {{{ #!python 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. ---------- Type : task Component: core Keywords : Priority : normal Nosy : thijs ---------- http://twistedmatrix.com/trac/ticket/3907