Opened 10 years ago
Closed 10 years ago
#24014 closed Cleanup/optimization (fixed)
Unify OGRException and GDALException
Reported by: | Claude Paroz | Owned by: | nobody |
---|---|---|---|
Component: | GIS | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
OGRException and GDALException are basically the same thing, as they both refer to exceptions related to the GDAL library. The OGR/GDAL names are an internal distinction depending on technical issues which are not much significant to the API user. I therefore suggest to keep only GDALException, while keeping OGRException as an alias for backwards compatibility.
Change History (3)
comment:1 by , 10 years ago
Has patch: | set |
---|
comment:2 by , 10 years ago
Triage Stage: | Unreviewed → Ready for checkin |
---|
comment:3 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
https://github.com/django/django/pull/3748