summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/IDLE/2017-10-21-15-41-53.bpo-31836.fheLME.rst
blob: a5c9153e36584e41b9691b6bc8a6c897aaf7a272 (plain)
1
2
3
4
Test_code_module now passes if run after test_idle, which sets ps1.

The code module uses sys.ps1 if present or sets it to '>>> ' if not.
Test_code_module now properly tests both behaviors.  Ditto for ps2.