diff options
author | Raymond Hettinger <python@rcn.com> | 2004-12-05 01:58:09 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2004-12-05 01:58:09 (GMT) |
commit | f3fa9460dee3a11f862bd43fb7e4a70e994363e6 (patch) | |
tree | 956ea5e541e3801d84eda964c854f39f556e2c1e /Misc | |
parent | 664347be946f0a217f91259f93962727ba84c287 (diff) | |
download | cpython-f3fa9460dee3a11f862bd43fb7e4a70e994363e6.zip cpython-f3fa9460dee3a11f862bd43fb7e4a70e994363e6.tar.gz cpython-f3fa9460dee3a11f862bd43fb7e4a70e994363e6.tar.bz2 |
Removed deprecated use_statcache argument.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -21,6 +21,8 @@ Extension Modules 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). |