]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
add NEWs note for last change
authorBenjamin Peterson <benjamin@python.org>
Tue, 21 Oct 2008 22:20:31 +0000 (22:20 +0000)
committerBenjamin Peterson <benjamin@python.org>
Tue, 21 Oct 2008 22:20:31 +0000 (22:20 +0000)
Misc/NEWS

index 54f6d39dfc6950c37857b655a04165424bb6aa84..4755db69bfb6e514c4e915e261306ec3d78bada8 100644 (file)
--- 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