diff options
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -23,6 +23,8 @@ Core and Builtins Library ------- +- Issue #15261: Stop os.stat(fd) crashing on Windows when fd not open. + - Issue #15166: Implement imp.get_tag() using sys.implementation.cache_tag. - Issue #15210: Catch KeyError when imprortlib.__init__ can't find |