From e4dc175474a0b688074e221d6ae49a918096c129 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Tue, 21 Oct 2008 22:20:31 +0000 Subject: [PATCH] add NEWs note for last change --- Misc/NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 54f6d39dfc..4755db69bf 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -24,6 +24,9 @@ Core and Builtins Library ------- +- Issue #4092: Return ArgInfo as promised in the documentation from + inspect.getargvalues. + - Issue #3935: Properly support list subclasses in bisect's C implementation. - Issue #4014: Don't claim that Python has an Alpha release status, in addition -- 2.50.1