Ticket #5916 enhancement closed fixed
Port twisted.python.deprecate to Python 3
| Reported by: | exarkun | Owned by: | exarkun |
|---|---|---|---|
| Priority: | normal | Milestone: | Python 3.3 Minimal |
| Component: | core | Keywords: | |
| Cc: | Branch: | branches/deprecate-python3-5916-3 | |
| Author: | exarkun | Launchpad Bug: |
Description (last modified by exarkun) (diff)
This is needed by SynchronousTestCase to implement the assertWarns functionality. Specifically, trial uses:
- deprecated
- getDeprecationWarningString
- warnAboutFunction
- deprecatedModuleAttribute
However, the last two are only used to warn about deprecated functionality, so we can probably skip them and remove that deprecated functionality instead.
Change History
Note: See
TracTickets for help on using
tickets.
