Changes between Version 15 and Version 16 of Ticket #23919
- Timestamp:
- Oct 31, 2015, 6:04:47 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23919 – Description
v15 v16 23 23 * Replace `super(ClassName, self)` with `super()` 24 24 * Remove `# -*- coding: utf-8 -*-` source file encoding (that's the default on Python 3) 25 * Evaluate replacement of custom `__del__` methods by [https://docs.python.org/3/library/weakref.html#weakref.finalize weakref.finalize]