diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2017-09-14 22:51:51 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-14 22:51:51 (GMT) |
commit | d384a81f557dab0b142bfcc9850bc68df46496ef (patch) | |
tree | 712308a32f191b8594bc9861de1ceb6bb2fb9517 /Misc/NEWS.d/next/IDLE | |
parent | 6a396c9807b1674a24e240731f18e20de97117a5 (diff) | |
download | cpython-d384a81f557dab0b142bfcc9850bc68df46496ef.zip cpython-d384a81f557dab0b142bfcc9850bc68df46496ef.tar.gz cpython-d384a81f557dab0b142bfcc9850bc68df46496ef.tar.bz2 |
bpo-31480: IDLE - fix tests to pass with zzdummy extension disabled. (#3590)
Enabled by default was a temporary expedient. The fix is to add a user override to enable.
Diffstat (limited to 'Misc/NEWS.d/next/IDLE')
-rw-r--r-- | Misc/NEWS.d/next/IDLE/2017-09-14-17-53-53.bpo-31480.4WJ0pl.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2017-09-14-17-53-53.bpo-31480.4WJ0pl.rst b/Misc/NEWS.d/next/IDLE/2017-09-14-17-53-53.bpo-31480.4WJ0pl.rst new file mode 100644 index 0000000..5999e9a --- /dev/null +++ b/Misc/NEWS.d/next/IDLE/2017-09-14-17-53-53.bpo-31480.4WJ0pl.rst @@ -0,0 +1 @@ +IDLE - make tests pass with zzdummy extension disabled by default. |