Changes between Version 16 and Version 17 of Ticket #23919


Ignore:
Timestamp:
Nov 27, 2015, 12:33:58 PM (8 years ago)
Author:
Simon Charette
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23919 – Description

    v16 v17  
    2424* Remove `# -*- coding: utf-8 -*-` source file encoding (that's the default on Python 3)
    2525* 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__`
Back to Top