]> granicus.if.org Git - python/commit
Issue #23780: Improved error message in os.path.join() with single argument.
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 19 May 2015 08:00:07 +0000 (11:00 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 19 May 2015 08:00:07 +0000 (11:00 +0300)
commit5bfc03f430ab13ed84c2c30f2c87e9800b5670a4
tree65bd9f3891193717f61424862ad75b423281d066
parent6baa0a53b05d580d21d260c5d7d6ee2d3ff005ee
Issue #23780: Improved error message in os.path.join() with single argument.
Idea by R. David Murray.
Lib/macpath.py
Lib/ntpath.py
Lib/posixpath.py
Lib/test/test_genericpath.py
Misc/NEWS