From a2b172ead5066fb7849ab152b1a5bf2f729b32f7 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Sun, 19 May 2024 21:22:31 +0200 Subject: [PATCH] api_break.dox: document GDAL Python exceptions turned on Refs #57344 --- doc/api_break.dox | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/api_break.dox b/doc/api_break.dox index 4f6c33eac34..3da6a6c2283 100644 --- a/doc/api_break.dox +++ b/doc/api_break.dox @@ -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 on 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} =========