Small doc stuff + fix setup.py

This commit is contained in:
Clement Rouault
2016-02-10 17:51:54 +01:00
parent c5e021f10d
commit f9ce637ffa
4 changed files with 49 additions and 6 deletions
+5 -2
View File
@@ -7,11 +7,14 @@ Exception and Context related structures
This module regroups all the Exception/Context related structures and functions.
Most of the structures are the Windows structure with a prefix ``E`` (For enhanced)
Those structure have the same fields that the normal windows ones but its types might vary for a simpler use.
Those structure have the same fields that the normal windows ones but their types might vary for a simpler use.
This module also define the decorator :func:`VectoredException` which allows to play with ``Vectored Exception Handler`` in Python
See sample :ref:`sample_vectoredexception`
.. note::
See sample :ref:`sample_vectoredexception` samples
Exception Records
'''''''''''''''''