commit | f3fa9460dee3a11f862bd43fb7e4a70e994363e6 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Sun Dec 05 01:58:09 2004 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Sun Dec 05 01:58:09 2004 +0000 |
tree | 956ea5e541e3801d84eda964c854f39f556e2c1e | |
parent | 664347be946f0a217f91259f93962727ba84c287 [diff] [blame] |
Removed deprecated use_statcache argument.
diff --git a/Misc/NEWS b/Misc/NEWS index b20b872..63c89d2 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -21,6 +21,8 @@ Library ------- +- the filecmp module no longer uses the deprecated use_statcache argument. + - unittest.TestCase.run() and unittest.TestSuite.run() can now be successfully extended or overridden by subclasses. Formerly, the subclassed method would be ignored by the rest of the module. (Bug #1078905).