summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Lib/test/test_inspect.py2
-rw-r--r--Misc/NEWS2
2 files changed, 2 insertions, 2 deletions
diff --git a/Lib/test/test_inspect.py b/Lib/test/test_inspect.py
index 46e008af70..6fe14375aa 100644
--- a/Lib/test/test_inspect.py
+++ b/Lib/test/test_inspect.py
@@ -219,7 +219,7 @@ class TestDecorators(GetSourceBase):
fodderFile = mod2
def test_wrapped_decorator(self):
- self.assertSourceEqual(mod2.wrapped, 14, 17)
+ self.assertSourceEqual(mod2.wrapped, 16, 17)
def test_replacing_decorator(self):
self.assertSourceEqual(mod2.gone, 9, 10)
diff --git a/Misc/NEWS b/Misc/NEWS
index edaf7114dc..5fc8c5bce9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -135,7 +135,7 @@ Core and Builtins
backticks (ie, `x`), <>
- Removed these Python builtins:
- apply(), callable(), coerce(), file()
+ apply(), callable(), coerce(), file(), reduce()
- Removed these Python methods:
{}.has_key