diff options
author | Hynek Schlawack <hs@ox.cx> | 2012-07-15 14:21:30 (GMT) |
---|---|---|
committer | Hynek Schlawack <hs@ox.cx> | 2012-07-15 14:21:30 (GMT) |
commit | 4774946c3b7564b4a1c93da4ba4dba443a36a708 (patch) | |
tree | 2c668f86fdb8f658f7eb73bf04f46139d92fb627 /Misc | |
parent | a3d1cac4b21ffbd8deed0c28f08bed4afa5e7b83 (diff) | |
download | cpython-4774946c3b7564b4a1c93da4ba4dba443a36a708.zip cpython-4774946c3b7564b4a1c93da4ba4dba443a36a708.tar.gz cpython-4774946c3b7564b4a1c93da4ba4dba443a36a708.tar.bz2 |
#15180: Clarify posixpath.join() error message when mixing str & bytes
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |