Skip to content

Commit

Permalink
api_break.dox: document GDAL Python exceptions turned on
Browse files Browse the repository at this point in the history
Refs #57344
  • Loading branch information
rouault committed May 19, 2024
1 parent 6beb720 commit d238469
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions doc/api_break.dox
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,17 @@ https://github.com/qgis/qgis4.0_api/issues

This page maintains a list of incompatible changes that happened in previous releases.

QGIS 3.38 {#qgis_api_break_3_38}
=========

Enabling GDAL Python exceptions
-------------------------------

- QGIS now turns out exceptions in the osgeo.gdal, osgeo.ogr and osgeo.osr modules.
This may affect plugins that use the GDAL Python API. Typically gdal.Open,
gdal.OpenEx or ogr.Open() (non exclusive list) will now throw an exception
if the dataset cannot be opened.

QGIS 3.24 {#qgis_api_break_3_24}
=========

Expand Down

0 comments on commit d238469

Please sign in to comment.