Opened 14 years ago

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

12459.diff (831 bytes ) - added by Knut Nesheim 14 years ago.

Download all attachments as: .zip

Change History (3)

by Knut Nesheim, 14 years ago

Attachment: 12459.diff added

comment:1 by Knut Nesheim, 14 years ago

Has patch: set

comment:2 by jbronn, 14 years ago

Resolution: duplicate
Status: newclosed

This is really the same problem as in #12458, just for different backend.

Note: See TracTickets for help on using tickets.
Back to Top