cpython/Misc/NEWS.d/next/IDLE/2017-10-21-15-41-53.bpo-318...

5 lines
206 B
ReStructuredText

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.