Modify ↓
#6402 closed enhancement (fixed)
Python 2.4 support for GitPlugin r7356
Reported by: | Owned by: | Herbert Valerio Riedel | |
---|---|---|---|
Priority: | high | Component: | GitPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
GitPlugin 0.11 requires Python 2.5 which is not available on certain popular Linux distributions.
This patch ports GitPlugin r7356 to Python 2.4 while keeping as much of the original high order functional programming inspiration as possible, specifically:
- implementations are provided for any and all if they are missing
- lambda expressions are used in place of functools.partial
- with statements are replaced with try/except
- ... if ... else ... expressions are expanded out cleanly
Attachments (1)
Change History (3)
Changed 15 years ago by
Attachment: | trac-git-plugin-python2.4.patch added |
---|
comment:1 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Python 2.4 support for GitPlugin r7356