summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2004-12-05 01:58:09 (GMT)
committerRaymond Hettinger <python@rcn.com>2004-12-05 01:58:09 (GMT)
commitf3fa9460dee3a11f862bd43fb7e4a70e994363e6 (patch)
tree956ea5e541e3801d84eda964c854f39f556e2c1e /Misc
parent664347be946f0a217f91259f93962727ba84c287 (diff)
downloadcpython-f3fa9460dee3a11f862bd43fb7e4a70e994363e6.zip
cpython-f3fa9460dee3a11f862bd43fb7e4a70e994363e6.tar.gz
cpython-f3fa9460dee3a11f862bd43fb7e4a70e994363e6.tar.bz2
Removed deprecated use_statcache argument.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b20b872..63c89d2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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).