Edgewall Software

Changes between Version 1 and Version 61 of Ticket #8751


Ignore:
Timestamp:
Feb 16, 2010, 11:27:21 PM (14 years ago)
Author:
Remy Blank
Comment:

Applied 8751-cleanup-fixes-r9181.patch in [9194], together with the fix for #9059.

So, anything left to be done here, or can we close?

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8751 – Description

    v1 v61  
    77The context managers and the `with` syntax introduced in Python 2.5 are ideally suited to handle such situations. As we still have to support Python 2.4, a slightly less optimal approach can nevertheless be work using a decorator.
    88
    9 The following mail has a proof of concept patch which is the result of some design discussion that happened on Trac-dev: googlegroups:trac-dev:http://groups.google.com/group/trac-dev/msg/c1f97c626f972010
     9The following mail has a proof of concept patch which is the result of some design discussion that happened on Trac-dev: googlegroups:trac-dev:c1f97c626f972010
    1010
    1111This ticket will be used to track the progresses of a refactoring branch where we'll generalize this approach: [source:sandbox/8751-with_transaction]