Opened 16 years ago
Closed 16 years ago
#8403 closed defect (fixed)
python 2.5 broken with keyword usage
| Reported by: | Mark Spieth | Owned by: | Raymond Wagner |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.24 |
| Component: | Bindings - Python | Version: | Master Head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
with keyword is used in python scripts breaking 2.5 compatibility.
patch attached but unsure of 2.6 consequences.
Attachments (1)
Change History (3)
by , 16 years ago
| Attachment: | mythtv_python2.5_with_fix.1.patch added |
|---|
comment:1 by , 16 years ago
| Milestone: | unknown → 0.24 |
|---|---|
| Status: | new → accepted |
comment:2 by , 16 years ago
| Resolution: | → fixed |
|---|---|
| Status: | accepted → closed |
Note:
See TracTickets
for help on using tickets.

(In [24335]) Fixes issues in Python 2.5 with the 'with' statement. Seems to work fine in 2.6. Patch by Mark Spieth. Closes #8403.