Modify ↓
Ticket #713 (closed defect: worksforme)
South 0.7.3 doesn't work with Python 2.4
| Reported by: | philippe@… | Owned by: | andrew |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | migrations | Version: | 0.7.3 |
| Keywords: | Cc: |
Description
When using South with python 2.4, an exception is raised in module south.migration.migrators because of the
try:
...
except:
...
finally:
...
Attachments
Change History
comment:2 Changed 2 years ago by andrew
A patch or a clone are both fine. A clone is probably slightly easier for me, if you'd rather do that.
Note: See
TracTickets for help on using
tickets.

I will create a patch soon (if time permits, I hope this week). Do you guys prefer to attach the patch to this ticket, or do I fix this on a clone on bitbucket and request a pull ?