Changes between Version 14 and Version 15 of Ticket #23919
- Timestamp:
- Sep 28, 2015, 9:28:48 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23919 – Description
v14 v15 22 22 * Support for pysqlite (doesn't support Python 3) 23 23 * Replace `super(ClassName, self)` with `super()` 24 * Remove `# -*- coding: utf-8 -*-` source file encoding (that's the default on Python 3)