commit | 7123ea009b0b004062d91f69859bddf422c34ab4 | [log] [tgz] |
---|---|---|
author | Tal Einat <taleinat@gmail.com> | Tue Jul 23 15:22:11 2019 +0300 |
committer | GitHub <noreply@github.com> | Tue Jul 23 15:22:11 2019 +0300 |
tree | 710e79beacd4853354ccb4a5d6333148914e54ec | |
parent | 1ebee37dde5c2aabc8e2d2c7bbe2a69b293133bb [diff] [blame] |
bpo-17535: IDLE editor line numbers (GH-14030)
diff --git a/Lib/idlelib/pyshell.py b/Lib/idlelib/pyshell.py index 7ad5a76..87401f3 100755 --- a/Lib/idlelib/pyshell.py +++ b/Lib/idlelib/pyshell.py
@@ -861,6 +861,8 @@ ("Squeeze", "<<squeeze-current-text>>"), ] + allow_line_numbers = False + # New classes from idlelib.history import History