diff options
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -31,6 +31,9 @@ Core and Builtins Library ------- +- Issue #19410: Undo the special-casing removal of '' for + importlib.machinery.FileFinder. + - Issue #19424: Fix the warnings module to accept filename containing surrogate characters. |