Changes between Version 16 and Version 17 of Ticket #23919
- Timestamp:
- Nov 27, 2015, 12:33:58 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23919 – Description
v16 v17 24 24 * Remove `# -*- coding: utf-8 -*-` source file encoding (that's the default on Python 3) 25 25 * Evaluate replacement of custom `__del__` methods by [https://docs.python.org/3/library/weakref.html#weakref.finalize weakref.finalize] 26 * Remove `__ne__` from objects already defining a `__eq__`