commit | 060ad2fc1535adc76f96be8269b4af0f14429161 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Tue Jan 21 02:29:39 2020 -0800 |
committer | GitHub <noreply@github.com> | Tue Jan 21 02:29:39 2020 -0800 |
tree | 6b4aed74d737268fcfdc32d0a9a2eda89b42a1fc | |
parent | 070e68a59d4a3e36085957eea83b79181bd1e0ba [diff] |
bpo-32989: IDLE - fix bad editor call of pyparse method (GH-5968) Fix comments and add tests for editor newline_and_indent_event method. Remove unused None default for function parameter of pyparse find_good_parse_start method and code triggered by that default. Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu> (cherry picked from commit ec64640a2c5236d7a5d5470d759172a3d93eab0b) Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>