Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#8743 closed defect (fixed)

python 2.5 compat for with statements

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

another compat fix. patch attached

Attachments (1)

mythtv_python2.5_with_fix.2.patch (600 bytes) - added by Mark Spieth 14 years ago.

Download all attachments as: .zip

Change History (6)

Changed 14 years ago by Mark Spieth

comment:1 Changed 14 years ago by Raymond Wagner

Resolution: fixed
Status: newclosed

(In [25577]) Missed backwards compatibility import for Python 2.5 in r25545. Thanks to Mark Spieth for the catch. Fixes #8743.

comment:2 Changed 14 years ago by Raymond Wagner

Component: MythTV - GeneralBindings - Python
Owner: set to Raymond Wagner
Version: UnspecifiedTrunk Head

comment:3 Changed 14 years ago by Janne Grunau

(In [25591]) python: fix future import in python 2.6

from future imports have to be before all other imports. Refs #8743

comment:4 Changed 14 years ago by Mark Spieth

mine was before. check the original patch.

comment:5 Changed 14 years ago by stuartm

Milestone: unknown0.24
Note: See TracTickets for help on using tickets.