[issue18279] IDLE Unit test for RstripExtension.py

2013-07-12 Thread Terry J. Reedy
Terry J. Reedy added the comment: I had to remove the dependency to close this, since the test_text issue #18365 was reopened. -- stage: patch review -> committed/rejected status: open -> closed ___ Python tracker

[issue18279] IDLE Unit test for RstripExtension.py

2013-07-12 Thread Terry J. Reedy
Terry J. Reedy added the comment: A simple change to RstripExtension.py fixed the marking of unchanged files as changed. I also removed a useless extra iteration. Having a test makes it possible to do things like this without breaking what already worked. -- dependencies: -Idle: mock

<    1   2