Changes between Version 9 and Version 10 of PythonGotchas


Ignore:
Timestamp:
Sep 20, 2010, 10:55:00 AM (14 years ago)
Author:
Even Rouault
Comment:

reformulation to be more neutral: sometimes things change ;-)

Legend:

Unmodified
Added
Removed
Modified
  • PythonGotchas

    v9 v10  
    55This list is not the place to report bugs. If you believe something is a bug, please [http://trac.osgeo.org/gdal/newticket open a ticket] and report the problem to gdal-dev. Then consider listing it here if it is something related to Python specifically. Do not list it here if it relates to GDAL or OGR generally, and not the Python bindings specifically.
    66
    7 Not all items listed here are bugs. Some of these are just how GDAL and OGR work and will never be "fixed" per se. If you don't like how something works and think it should be changed, feel free to discuss it on gdal-dev and see what can be done.
    8 
    9 = Gotchas that are by design =
    10 
    11 These are unexpected behaviors that are not considered by the GDAL and OGR teams to be bugs and are unlikely to be changed due to effort required, the need to maintain backward compatibility, etc.
     7Not all items listed here are bugs. Some of these are just how GDAL and OGR work and cannot be fixed easily without breaking existing code. If you don't like how something works and think it should be changed, feel free to discuss it on gdal-dev and see what can be done.
     8
     9= Gotchas that are by design... or per history =
     10
     11These are unexpected behaviors that are not considered by the GDAL and OGR teams to be bugs and are unlikely to be changed due to effort required, or whose fixing might affect backward compatibility, etc.
    1212
    1313=== Python bindings do not raise exceptions unless you explicitly call {{{UseExceptions()}}} ===