]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-31047: Fix ntpath.abspath to trim ending separator (GH-10082) 10104/head
authorSteve Dower <steve.dower@microsoft.com>
Thu, 25 Oct 2018 17:46:33 +0000 (13:46 -0400)
committerGitHub <noreply@github.com>
Thu, 25 Oct 2018 17:46:33 +0000 (13:46 -0400)
commit4aa1fda7069642c21c1ee570c4ba44442a657e5e
tree4e06ea8eda3bd09accb10b55fa21968ffef28805
parent9fd92afff8b168973b42d0637aa29511f128aa23
bpo-31047: Fix ntpath.abspath to trim ending separator (GH-10082)
Lib/ntpath.py
Lib/test/test_ntpath.py
Misc/NEWS.d/next/Library/2018-10-25-09-37-03.bpo-31047.kBbX8r.rst [new file with mode: 0644]