diff options
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -163,6 +163,9 @@ Core and Builtins Library ------- +- Add abc.ABC class to use inheritance rather than a direct invocation of + ABCMeta metaclass. Patch by Bruno Dupuis. + - Expose the TCP_FASTOPEN and MSG_FASTOPEN flags in socket when they're available. |