Changes between Version 15 and Version 16 of Ticket #23919


Ignore:
Timestamp:
Oct 31, 2015, 6:04:47 PM (9 years ago)
Author:
Claude Paroz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23919 – Description

    v15 v16  
    2323* Replace `super(ClassName, self)` with `super()`
    2424* 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]
Back to Top