summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorHynek Schlawack <hs@ox.cx>2012-07-15 16:21:30 +0200
committerHynek Schlawack <hs@ox.cx>2012-07-15 16:21:30 +0200
commit4774946c3b7564b4a1c93da4ba4dba443a36a708 (patch)
tree2c668f86fdb8f658f7eb73bf04f46139d92fb627 /Misc
parenta3d1cac4b21ffbd8deed0c28f08bed4afa5e7b83 (diff)
downloadcpython-git-4774946c3b7564b4a1c93da4ba4dba443a36a708.tar.gz
#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 81665e39da..74e40387a2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -87,6 +87,8 @@ Core and Builtins
Library
-------
+- Issue #15180: Clarify posixpath.join() error message when mixing str & bytes
+
- Issue #15230: runpy.run_path now correctly sets __package__ as described
in the documentation