Ticket #4301 enhancement new
defer.py: Remove py3k deprecation warnngs when running twisted/test
| Reported by: | drtimcouper | Owned by: | drtimcouper |
|---|---|---|---|
| Priority: | normal | Milestone: | Python-3.x |
| Component: | core | Keywords: | |
| Cc: | thijs | Branch: | |
| Author: | Launchpad Bug: |
Description (last modified by thijs) (diff)
To demonstrate success:
- Run trial twisted/test and save the deprecation warnings in a file (so that's 2>1)
- Apply the patch
- Run trial twisted/test again to another file, and diff the two.
There should be no defer.py references in the second file which refer to py3k deprecations
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

