• Guido van Rossum's avatar
    Tim Peters writes: · 7f1cd296
    Guido van Rossum yazdı
    Fix bad auto-indent I recently introduced when replacing the regexp that
    could cause re to blow up:
    
        if or_any_other_block_opener:
            # one indenting comment line
                ^ cursor ended up at the caret (the bug)
            ^ but belongs here (the post-patch behavior)
    7f1cd296
PyParse.py 18.1 KB