summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5b1845a..a01767c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -38,6 +38,8 @@ Core and Builtins
Library
-------
+- Issue #15180: Clarify posixpath.join() error message when mixing str & bytes
+
- Issue #15343: pkgutil now includes an iter_importer_modules implementation
for importlib.machinery.FileFinder (similar to the way it already handled
zipimport.zipimporter)