Changes between Version 13 and Version 14 of Ticket #23919


Ignore:
Timestamp:
Sep 24, 2015, 1:32:17 PM (9 years ago)
Author:
Moritz Sichert
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23919 – Description

    v13 v14  
    2121* In tests: `contextlib.closing(self.urlopen` (`contextlib.closing` no longer needed)
    2222* Support for pysqlite (doesn't support Python 3)
     23* Replace `super(ClassName, self)` with `super()`
Back to Top