Changes between and of Version 1Version 4Ticket #5809
- Timestamp:
- 07/25/2012 05:36:03 PM (10 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5809
- Property owner set to thijs
- Property status changed from new to assigned
- Property summary changed from replace usage of file with open in twisted.mail to replace usage of file with FilePath in twisted.mail
-
Ticket #5809 – description
v1 v4 1 The usage of `file` should be replaced with ` open` in twisted.mail and it's tests for Python 3 compatibility.1 The usage of `file` should be replaced with `FilePath` in twisted.mail and it's tests for Python 3 compatibility. 2 2 3 3 {{{
