]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46048: Fix parsing of single character lines in getpath readlines() (GH-30048)
authorSteve Dower <steve.dower@python.org>
Sat, 11 Dec 2021 13:43:40 +0000 (13:43 +0000)
committerGitHub <noreply@github.com>
Sat, 11 Dec 2021 13:43:40 +0000 (13:43 +0000)
commit971ece8e1738b1107dda692cc44c6d8ddce384cd
tree13cb2af42b9c86d0131767ed0d176059de319a38
parent4fe5585240f64c3d14eb635ff82b163f92074b3a
bpo-46048: Fix parsing of single character lines in getpath readlines() (GH-30048)
Lib/test/test_site.py
Misc/NEWS.d/next/Core and Builtins/2021-12-11-13-14-42.bpo-46048._-OGD9.rst [new file with mode: 0644]
Modules/getpath.c