Opened 15 years ago
Closed 15 years ago
#12459 closed (duplicate)
try-except-finally block in django/contrib/gis/db/backends/spatialite/operations.py breaks on Python 2.4
Reported by: | Knut Nesheim | Owned by: | nobody |
---|---|---|---|
Component: | GIS | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The try-except-finally block in django/contrib/gis/db/backends/spatialite/operations.p in line 219, commited in r11952 breaks on Python 2.4.
Attachments (1)
Change History (3)
by , 15 years ago
Attachment: | 12459.diff added |
---|
comment:1 by , 15 years ago
Has patch: | set |
---|
comment:2 by , 15 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
This is really the same problem as in #12458, just for different backend.