Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upbpo-32989: IDLE - fix bad editor call of pyparse method #5968
Conversation
This comment has been minimized.
This comment has been minimized.
I removed the " needs backport to 3.6" label, the 3.6 branch no long accept bugfixes (only security fixes are accepted): https://devguide.python.org/#status-of-python-branches |
This comment has been minimized.
This comment has been minimized.
I have reviewed and tweaked everything except the new indent tests, including the proposed commit message. Correct calls to find...start should work since they presumably did before the parameter was removed, but I want to check a bit more. Edit: After merging master, I discovered that the call change was already done on another issue. The there should not be any behavior change with remaining patch. |
Will merge when CI is done. |
ec64640
into
python:master
This comment has been minimized.
This comment has been minimized.
miss-islington
commented
Jan 21, 2020
Thanks @csabella for the PR, and @terryjreedy for merging it |
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 ec64640) Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>
This comment has been minimized.
This comment has been minimized.
bedevere-bot
commented
Jan 21, 2020
GH-18096 is a backport of this pull request to the 3.8 branch. |
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 ec64640) Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>
This comment has been minimized.
This comment has been minimized.
bedevere-bot
commented
Jan 21, 2020
GH-18097 is a backport of this pull request to the 3.7 branch. |
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 ec64640) Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>
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 ec64640) Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>
This comment has been minimized.
This comment has been minimized.
Thanks, Terry! |
csabella commentedMar 3, 2018
•
edited by terryjreedy
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.
https://bugs.python.org/issue32989