Edgewall Software

Changes between Version 33 and Version 34 of TracDev/DatabaseApi


Ignore:
Timestamp:
Nov 11, 2016, 6:32:16 PM (7 years ago)
Author:
Christian Boos
Comment:

deprecated APIs have been removed in 1.3.1

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/DatabaseApi

    v33 v34  
    9393
    9494[=#Trac0.13API]
    95 // This style is supported for version 1.0.x, 1.1.x and will be supported beyond as well. //
     95// This style is supported for version 1.0.x, 1.1.x and will be supported beyond as well.
     96Starting with 1.3.1, this is actually the only way, as the deprecated APIs were removed.//
    9697
    9798As we dropped support for Python 2.4, we could simplify the code a bit more by using the `with` keyword and context managers: