Opened 8 years ago
Closed 8 years ago
#28558 closed Cleanup/optimization (fixed)
Simplify code by removing OGRIndexError
| Reported by: | Nick Pope | Owned by: | Nick Pope |
|---|---|---|---|
| Component: | GIS | Version: | dev |
| Severity: | Normal | Keywords: | gis |
| Cc: | Triage Stage: | Accepted | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
Ticket #25225 cleaned up GEOSIndexError as template engine lookups began handling IndexError and it was no longer required. (comment)
It looks as though this fix for catching IndexError was made in #23489.
The proposal is to make the equivalent changes as in #25225 for OGRIndexError which also allows for related simplifications, e.g. removal of __iter__ in many GDAL objects.
Change History (4)
comment:1 by , 8 years ago
| Has patch: | set |
|---|
comment:2 by , 8 years ago
| Patch needs improvement: | set |
|---|---|
| Triage Stage: | Unreviewed → Accepted |
comment:3 by , 8 years ago
| Patch needs improvement: | unset |
|---|
Note:
See TracTickets
for help on using tickets.
PR