Opened 14 years ago

Closed 14 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)

mythtv_python2.5_with_fix.1.patch (1.4 KB) - added by Mark Spieth 14 years ago.

Download all attachments as: .zip

Change History (3)

Changed 14 years ago by Mark Spieth

comment:1 Changed 14 years ago by Raymond Wagner

Milestone: unknown0.24
Status: newaccepted

comment:2 Changed 14 years ago by Raymond Wagner

Resolution: fixed
Status: acceptedclosed

(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.

Note: See TracTickets for help on using tickets.