| commit | 74482201b8bfe76280fbc62c1b7eaa90120415e1 | [log] [tgz] |
|---|---|---|
| author | Alexander Belopolsky <alexander.belopolsky@gmail.com> | Thu Jun 07 14:28:14 2012 -0400 |
| committer | Alexander Belopolsky <alexander.belopolsky@gmail.com> | Thu Jun 07 14:28:14 2012 -0400 |
| tree | eed8a2c5075c802f3448354efcb89f409a62a9c9 | |
| parent | 7bda265662769ddffa8c08298ed11670e737ed46 [diff] [blame] |
Issue #11823: disassembly now shows argument counts on calls with keyword args
diff --git a/Misc/NEWS b/Misc/NEWS index adbb810..70feaf0 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -21,6 +21,8 @@ Library ------- +- Issue #11823: disassembly now shows argument counts on calls with keyword args. + - Issue #14711: os.stat_float_times() has been deprecated. - LZMAFile now accepts the modes "rb"/"wb"/"ab" as synonyms of "r"/"w"/"a".