@@ -57,7 +57,8 @@ The explanation finds its origin as much in the version of Python 2.7 today (201
and in the version of the compiler used at the time to distribute it,
as in the architecture of the (C, C++) libraries under Windows
(whose symbols are not versioned like those in libraries under GNU / Linux)
(more information `here on the Microsoft Developer Network (MSDN) blog <https://blogs.msdn.microsoft.com/vcblog/2014/06/10/the-great-c-runtime-crt-refactoring/>`_).
(more information `here on the Microsoft Developer Network (MSDN) blog <https://blogs.msdn.microsoft.com/vcblog/2014/06/10/the-great-c-runtime-crt-refactoring/>`_
and `here on wikipedia: DLL hell <https://fr.wikipedia.org/wiki/Dynamic_Link_Library#DLL_hell_-_l'enfer_des_DLL>`_).