]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-37364: Use io.open_code() to read .pth files (GH-14299)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 21 Jun 2019 22:35:44 +0000 (15:35 -0700)
committerGitHub <noreply@github.com>
Fri, 21 Jun 2019 22:35:44 +0000 (15:35 -0700)
commit35202c763703c9c00345b4445a638211e6e37bbc
treed0fbac2413b8dfc4fbe22523da0b78ea9db262a4
parent3523e0c47be372477e990df7435a0f45be80fd50
bpo-37364: Use io.open_code() to read .pth files (GH-14299)

https://bugs.python.org/issue37364
(cherry picked from commit 184f3d4f39056f6fe450d007d3b9b61d811a2a4d)

Co-authored-by: Steve Dower <steve.dower@python.org>
Lib/site.py
Misc/NEWS.d/next/Security/2019-06-21-14-42-53.bpo-37364.IIRc2s.rst [new file with mode: 0644]