diff options
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -96,6 +96,9 @@ Library - Issue #15758: Fix FileIO.readall() so it no longer has O(n**2) complexity. +- Deprecated the _asdict() method on named tuples. Use __dict__ or vars(nt) + instead. + - Issue #14596: The struct.Struct() objects now use more compact implementation. - Issue #17981: Closed socket on error in SysLogHandler. |