Ticket #4328 task closed fixed
Deprecate twisted.python.text.docstringLStrip
| Reported by: | thijs | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | core | Keywords: | easy |
| Cc: | thijs | Branch: | branches/deprecate-docstringLStrip-4328 |
| Author: | cyli | Launchpad Bug: |
Description
No other code in Twisted uses this method and it hasn't been touched in 6 years;
"""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.}
"""
Change History
Note: See
TracTickets for help on using
tickets.
