[proxy] github.com← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light

bpo-32905: IDLE - remove unused code in pyparse module by terryjreedy · Pull Request #5807 · python/cpython

terryjreedy

added 2 commits

February 22, 2018 00:04

terryjreedy changed the title bpo-32905: IDLE pyparse - fix bad initializations and removed unused code. bpo-32905: IDLE - remove unused code in pyparse module

Feb 22, 2018

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Feb 22, 2018

dump is similar to print but less flexible.  lastopenbracketpos is now always initialized in _study2, as was stmt_bracketing, so the class settings are not needed.  get_last_open_bracket_pos is never called.
(cherry picked from commit 451d1ed)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Feb 22, 2018
dump is similar to print but less flexible.  lastopenbracketpos is now always initialized in _study2, as was stmt_bracketing, so the class settings are not needed.  get_last_open_bracket_pos is never called.
(cherry picked from commit 451d1ed)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>

miss-islington added a commit that referenced this pull request

Feb 22, 2018
dump is similar to print but less flexible.  lastopenbracketpos is now always initialized in _study2, as was stmt_bracketing, so the class settings are not needed.  get_last_open_bracket_pos is never called.
(cherry picked from commit 451d1ed)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>

miss-islington added a commit that referenced this pull request

Feb 22, 2018
dump is similar to print but less flexible.  lastopenbracketpos is now always initialized in _study2, as was stmt_bracketing, so the class settings are not needed.  get_last_open_bracket_pos is never called.
(cherry picked from commit 451d1ed)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>