defer.py: Remove py3k deprecation warnngs when running twistedl/test

[email protected] Tue, 23 Feb 2010 15:38:10 -0000
Newsgroups gmane.comp.python.twisted.bugs
Message-ID <[email protected]>
New submission from drtimcouper <None>:

To demonstrate success:

1. Run trial twisted/test and save the deprecation warnings in a file (so that's 2>1)
2. Apply the patch
3. 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

----------
Type     : enhancement
Component: core
Keywords : 
Priority : normal
Nosy     : 
----------
http://twistedmatrix.com/trac/ticket/4301