Changes between Initial Version and Version 1 of Ticket #36016, comment 4


Ignore:
Timestamp:
Dec 16, 2024, 11:42:47 AM (2 days ago)
Author:
amansharma612

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36016, comment 4

    initial v1  
    1 I think one possible way to implement this would be to add an `except KeyboardInterrupt` statement in the `_choice_input` definition in `questioner.py` and moving the `result = input()` statement inside the try block. I can open a PR for the same if seems reasonable.
     1I think one possible way to implement this would be to add an `except KeyboardInterrupt` statement after the existing `except ValueError` block in the `_choice_input` definition in `questioner.py` and moving the `result = input()` statement inside the try block. I can open a PR for the same if seems reasonable.
Back to Top