diff options
author | Benjamin Peterson <benjamin@python.org> | 2008-10-21 22:20:31 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2008-10-21 22:20:31 (GMT) |
commit | e4dc175474a0b688074e221d6ae49a918096c129 (patch) | |
tree | 22ff3ebeb5266762626f9c26e803c5caa539c732 /Misc | |
parent | 4d9b0cd40940aa6e80a6071d2285a1e6a3a8a56e (diff) | |
download | cpython-e4dc175474a0b688074e221d6ae49a918096c129.zip cpython-e4dc175474a0b688074e221d6ae49a918096c129.tar.gz cpython-e4dc175474a0b688074e221d6ae49a918096c129.tar.bz2 |
add NEWs note for last change
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |