]> granicus.if.org Git - python/commit
Fix off-by-one error in Tim's recent change to comment_region(): the
authorGuido van Rossum <guido@python.org>
Thu, 10 Jun 1999 14:44:48 +0000 (14:44 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 10 Jun 1999 14:44:48 +0000 (14:44 +0000)
commite2571f2ce78189bdd35c3659c6fcbed584528813
treee00fe4ef821f13f3e7252a16041a54175ed8f59e
parenta3b4a33f3b37870096c8062af1dd6bae051af30e
Fix off-by-one error in Tim's recent change to comment_region(): the
list of lines returned by get_region() contains an empty line at the
end representing the start of the next line, and this shouldn't be
commented out!
Tools/idle/AutoIndent.py