Opened 15 years ago
Closed 15 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)
Changed 15 years ago by
Attachment: | mythtv_python2.5_with_fix.1.patch added |
---|
comment:1 Changed 15 years ago by
Milestone: | unknown → 0.24 |
---|---|
Status: | new → accepted |
comment:2 Changed 15 years ago by
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.