summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2009-10-15 03:06:55 (GMT)
committerBenjamin Peterson <benjamin@python.org>2009-10-15 03:06:55 (GMT)
commitc63457b18e986ae74a13e5b6601bdbd58e909c84 (patch)
tree906f6ead74945d99c97f1082b231908b2ecb8600 /Misc/NEWS
parentca2d2529cee492ea0ac2b88ba0fdeb75fff0781a (diff)
downloadcpython-c63457b18e986ae74a13e5b6601bdbd58e909c84.zip
cpython-c63457b18e986ae74a13e5b6601bdbd58e909c84.tar.gz
cpython-c63457b18e986ae74a13e5b6601bdbd58e909c84.tar.bz2
make inspect.isabstract() always return a boolean; add a test for it, too #7069
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index cd6c930..276fc56 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -405,6 +405,8 @@ Core and Builtins
Library
-------
+- Issue #7069: Make inspect.isabstract() return a boolean.
+
- Add support to the `ihooks` module for relative imports.
- Issue #6894: Fixed the issue urllib2 doesn't respect "no_proxy" environment