1.4.28
remove assertion tests because they rather test code that is now part of pytest and py.code.assertion is going to die soon, anyway.
Correct source extraction for else statements
fix pytest issue 589: when checking if we have a recursion error check for the specific "maximum recursion depth" text of the exception.
source:getstatementrange_ast: search the code block end from the beginning, not from the end