Remove twisted.python.text.docstringLStrip
[email protected] Sun, 28 Feb 2010 07:15:49 -0000
| Newsgroups | gmane.comp.python.twisted.bugs |
|---|---|
| Message-ID | <[email protected]> |
New submission from thijs <[email protected]>: No other code in Twisted uses this method and it hasn't been touched in 6 years; {{{ #!python """Gets rid of unsightly lefthand docstring whitespace residue. You'd think someone would have done this already, but apparently not in 1.5.2. BUT since we're all using Python 2.1 now, use L{inspect.getdoc} instead. I{This function should go away soon.} """ }}} ---------- Type : task Component: core Keywords : Priority : normal Nosy : thijs ---------- http://twistedmatrix.com/trac/ticket/4328