Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SCons/scons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Brill <48932340+jcbrill@users.noreply.github.com>2023-12-29 16:42:00 +0300
committerJoseph Brill <48932340+jcbrill@users.noreply.github.com>2023-12-29 16:42:00 +0300
commit6b537ab913c878e05e824b6d52da0223a045fdf1 (patch)
tree6e576bcd8f04066e7046a2ec18b3ffd276877db9 /RELEASE.txt
parent6827a03a4628f13fd79eaa14c24bf8df508d5aa0 (diff)
Add unlink_files method tests to TestCmdTests.py.
Diffstat (limited to 'RELEASE.txt')
-rw-r--r--RELEASE.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/RELEASE.txt b/RELEASE.txt
index b4478ef68..f031aad25 100644
--- a/RELEASE.txt
+++ b/RELEASE.txt
@@ -16,9 +16,9 @@ Here is a summary of the changes since 4.6.0:
NEW FUNCTIONALITY
-----------------
-- A method, unlink_files, was added to the TestCmd class that unlinks a list of
- files from a specified directory. An attempt to unlink a file is made only when
- the file exists, otherwise, the file is ignored.
+- Method unlink_files was added to the TestCmd class that unlinks a list of files
+ from a specified directory. An attempt to unlink a file is made only when the
+ file exists; otherwise, the file is ignored.
DEPRECATED FUNCTIONALITY