]> granicus.if.org Git - python/commit
Tim Peters writes:
authorGuido van Rossum <guido@python.org>
Mon, 13 Mar 2000 14:50:24 +0000 (14:50 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 13 Mar 2000 14:50:24 +0000 (14:50 +0000)
commit7f1cd296c6ec370a6a8eaf5e0ac53e8c9f0548de
tree7f45042d67f962059687e513e5a65eae34a20eea
parent76bd689a8dc3abd237ad831f95f5341ef80f437e
Tim Peters writes:

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)
Tools/idle/PyParse.py