summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2008-08-18 00:41:11 (GMT)
committerBrett Cannon <bcannon@gmail.com>2008-08-18 00:41:11 (GMT)
commit7b96f07febba594609ea4a0272fa55c4c330ee93 (patch)
tree96a9e8e9b1358efccaa8fb6a1712958409288ef1 /Misc
parent46225e77fa7419ca043170906164f062eb0bdbe0 (diff)
downloadcpython-7b96f07febba594609ea4a0272fa55c4c330ee93.zip
cpython-7b96f07febba594609ea4a0272fa55c4c330ee93.tar.gz
cpython-7b96f07febba594609ea4a0272fa55c4c330ee93.tar.bz2
Remove an unneeded import of abc.ABCMeta from 'inspect'.
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 d1390cd..665b185 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -48,6 +48,8 @@ Core and Builtins
Library
-------
+- Remove an unneeded import of abc.ABCMeta from 'inspect'.
+
- Remove unneeded imports of 'sys' and 'warnings' from 'io'.
- Remove unneeded imports of 'warnings' from shelve, filecmp, and dummy_thread.