Opened 16 years ago
Closed 15 years ago
#3411 closed enhancement (fixed)
Python 2.4 backport (done)
Reported by: | Christian Zuckschwerdt | Owned by: | anonymous |
---|---|---|---|
Priority: | low | Component: | GitPlugin |
Severity: | major | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
Here is a completed back port of gitplugin for Trac 0.11 to run on Python 2.4. There is no feature disparity other than support for older Python.
Basicly some explicit locking/try-finally for when, unrolled all, and lambda for partial. It lacks the 2.5 elegance but makes this plugin available to people running older stable systems.
Perhaps you want to feature this on the plugin page or even apply the patch for maximum compat.
Attachments (3)
Change History (9)
Changed 16 years ago by
Attachment: | gitplugin-port24.patch added |
---|
comment:1 Changed 16 years ago by
Owner: | changed from Herbert Valerio Riedel to anonymous |
---|---|
Status: | new → assigned |
comment:2 Changed 16 years ago by
I second that it should be merged in ... mostly because i had to install it in order to use this plugin (which rocks!)
Thanks for the plugin, Russ
comment:4 Changed 16 years ago by
The most recent version of gitplugin 0.11 to which this patch applies without error is r5377. No testing beyond determining that the patch applies was done.
Changed 16 years ago by
Attachment: | trac-git-plugin-port-python2.4.diff added |
---|
comment:6 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
When is this going to be MERGED?