]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #19198: IDLE: tab after initial whitespace should tab, not autocomplete.
authorTerry Jan Reedy <tjreedy@udel.edu>
Mon, 25 Jul 2016 03:01:28 +0000 (23:01 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Mon, 25 Jul 2016 03:01:28 +0000 (23:01 -0400)
commitc665dfd73e330213008f6422c25b5a115a541776
tree42b888927fcfda7b7bc7241388c1f54012bfe4d8
parent996d72bccf2bc6d7d0be2ae1280186e68a0a1663
Issue #19198: IDLE: tab after initial whitespace should tab, not autocomplete.
Fixes problem with writing docstrings at lease twice indented.
Lib/idlelib/autocomplete.py
Lib/idlelib/autocomplete_w.py
Lib/idlelib/idle_test/test_autocomplete.py