Changes between Version 14 and Version 15 of Ticket #23919


Ignore:
Timestamp:
Sep 28, 2015, 9:28:48 AM (9 years ago)
Author:
Tim Graham
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23919 – Description

    v14 v15  
    2222* Support for pysqlite (doesn't support Python 3)
    2323* Replace `super(ClassName, self)` with `super()`
     24* Remove `# -*- coding: utf-8 -*-` source file encoding (that's the default on Python 3)
Back to Top