Skip to content
  • Sven Brauch's avatar
    Work around new behaviour in Python 3.4.3. · 018c61b4
    Sven Brauch authored
    Python 3.4.3 effectively reverted most of the changes
    to the AST range handling introduced into 3.4 by me.
    Thus, this commit introduces a small lexer-like tool
    which manually updates the ranges of all affected nodes.
    
    All tests pass, but there will certainly be a few issues left.
    018c61b4