diff options
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -32,6 +32,9 @@ Core and Builtins Library ------- +- Issue #17487: The wave getparams method now returns a namedtuple rather than + a plain tuple. + - Issue #17675: socket repr() provides local and remote addresses (if any). Patch by Giampaolo Rodola' |