From: Benjamin Peterson Date: Tue, 21 Oct 2008 22:20:31 +0000 (+0000) Subject: add NEWs note for last change X-Git-Tag: v2.7a1~2712 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4dc175474a0b688074e221d6ae49a918096c129;p=thirdparty%2FPython%2Fcpython.git add NEWs note for last change --- diff --git a/Misc/NEWS b/Misc/NEWS index 54f6d39dfc69..4755db69bfb6 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