]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46208: Fix normalization of relative paths in _Py_normpath()/os.path.normpath...
authorneonene <53406459+neonene@users.noreply.github.com>
Thu, 6 Jan 2022 19:13:10 +0000 (04:13 +0900)
committerGitHub <noreply@github.com>
Thu, 6 Jan 2022 19:13:10 +0000 (19:13 +0000)
commit9c5fa9c97c5c5336e60e4ae7a2e6e3f67acedfc7
tree97d9ab902046a3af10a6f44e9ad993d6e31c154a
parent9925e70e4811841556747a77acd89c1a70bf344a
bpo-46208: Fix normalization of relative paths in _Py_normpath()/os.path.normpath (GH-30362)
Lib/test/test_ntpath.py
Lib/test/test_posixpath.py
Misc/NEWS.d/next/Core and Builtins/2022-01-04-01-53-35.bpo-46208.i00Vz5.rst [new file with mode: 0644]
Python/fileutils.c