Changes between Version 15 and Version 16 of Ticket #23919


Ignore:
Timestamp:
10/31/15 23:04:47 (8 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