Changes between Version 13 and Version 14 of Ticket #23919
- Timestamp:
- Sep 24, 2015, 1:32:17 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23919 – Description
v13 v14 21 21 * In tests: `contextlib.closing(self.urlopen` (`contextlib.closing` no longer needed) 22 22 * Support for pysqlite (doesn't support Python 3) 23 * Replace `super(ClassName, self)` with `super()`