]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #18279: Add tests for idlelib/RstripExtension.py. Original patch by
authorTerry Jan Reedy <tjreedy@udel.edu>
Sat, 13 Jul 2013 06:34:35 +0000 (02:34 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Sat, 13 Jul 2013 06:34:35 +0000 (02:34 -0400)
commitc8a198ce0297139b6dabeddca15919f8680e35fa
tree37e9e7e223cd6c90dab7884911306a0d937785c3
parente7cbd3f07c9ade273f99897ffa04c9b5613861b0
Issue #18279: Add tests for idlelib/RstripExtension.py. Original patch by
Phil Webster. With that available, modify RstripExtension.py to stop deleting
null slices, which caused a file to be marked as changed when it was not.
Lib/idlelib/RstripExtension.py
Lib/idlelib/idle_test/mock_idle.py [new file with mode: 0644]
Lib/idlelib/idle_test/test_rstrip.py [new file with mode: 0644]
Misc/ACKS
Misc/NEWS