diff options
author | Benjamin Peterson <benjamin@python.org> | 2008-10-21 22:28:54 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2008-10-21 22:28:54 (GMT) |
commit | 3e80861cb7fdde8885196a0883ff6aa6e4ba5ccb (patch) | |
tree | 5d68deb4c409bb2a229d2d0f538e0c28ca19cdf9 /Misc | |
parent | d7bf817a3c2522135e237fa9c255256cff6f25f5 (diff) | |
download | cpython-3e80861cb7fdde8885196a0883ff6aa6e4ba5ccb.zip cpython-3e80861cb7fdde8885196a0883ff6aa6e4ba5ccb.tar.gz cpython-3e80861cb7fdde8885196a0883ff6aa6e4ba5ccb.tar.bz2 |
Merged revisions 66995-66996 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r66995 | benjamin.peterson | 2008-10-21 17:18:29 -0500 (Tue, 21 Oct 2008) | 1 line
return ArgInfo from inspect.getargvalues #4092
........
r66996 | benjamin.peterson | 2008-10-21 17:20:31 -0500 (Tue, 21 Oct 2008) | 1 line
add NEWs note for last change
........
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -27,6 +27,9 @@ Core and Builtins Library ------- +- Issue #4092: Return ArgInfo as promised in the documentation from + inspect.getargvalues. + - Issue #4014: Don't claim that Python has an Alpha release status, in addition to claiming it is Mature. |