Changes between and of Initial VersionVersion 8Ticket #4301
- Timestamp:
- 03/14/2011 05:09:25 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4301
- Property cc thijs added
- Property summary changed from defer.py: Remove py3k deprecation warnngs when running twistedl/test to defer.py: Remove py3k deprecation warnngs when running twisted/test
- Property milestone changed from to Python-3.x
-
Ticket #4301 – description
initial v8 1 1 To demonstrate success: 2 2 3 1. Run trial twisted/test and save the deprecation warnings in a file (so that's 2>1)4 2. Apply the patch5 3. Run trial twisted/test again to another file, and diff the two.3 1. Run trial twisted/test and save the deprecation warnings in a file (so that's 2>1) 4 1. Apply the patch 5 1. Run trial twisted/test again to another file, and diff the two. 6 6 There should be no defer.py references in the second file which refer to py3k deprecations
