diff options
Diffstat (limited to 'Misc/NEWS')
-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. |