summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorHynek Schlawack <hs@ox.cx>2012-07-15 14:46:23 (GMT)
committerHynek Schlawack <hs@ox.cx>2012-07-15 14:46:23 (GMT)
commit9ac4d8808f21869c558f2d9fd5e46cb083443ea8 (patch)
tree92bb2521ffb02b6d46a3bfb8caaf34d7b134b756 /Misc
parentb7a5894c64f4ac8353a90e518433cfe025b5b5bc (diff)
parent4774946c3b7564b4a1c93da4ba4dba443a36a708 (diff)
downloadcpython-9ac4d8808f21869c558f2d9fd5e46cb083443ea8.zip
cpython-9ac4d8808f21869c558f2d9fd5e46cb083443ea8.tar.gz
cpython-9ac4d8808f21869c558f2d9fd5e46cb083443ea8.tar.bz2
#15180: Clarify posixpath.join() error message when mixing str & bytes
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)