diff options
author | Steve Dower <steve.dower@python.org> | 2019-06-21 22:16:46 (GMT) |
---|---|---|
committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2019-06-21 22:16:46 (GMT) |
commit | 184f3d4f39056f6fe450d007d3b9b61d811a2a4d (patch) | |
tree | 72ffc721f5756a9aca14967d2b00b48fe2ed34ba /Misc | |
parent | f5690925df897cf45818bf944b28d13f37b9f8ca (diff) | |
download | cpython-184f3d4f39056f6fe450d007d3b9b61d811a2a4d.zip cpython-184f3d4f39056f6fe450d007d3b9b61d811a2a4d.tar.gz cpython-184f3d4f39056f6fe450d007d3b9b61d811a2a4d.tar.bz2 |
bpo-37364: Use io.open_code() to read .pth files (GH-14299)
https://bugs.python.org/issue37364
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Security/2019-06-21-14-42-53.bpo-37364.IIRc2s.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Security/2019-06-21-14-42-53.bpo-37364.IIRc2s.rst b/Misc/NEWS.d/next/Security/2019-06-21-14-42-53.bpo-37364.IIRc2s.rst new file mode 100644 index 0000000..7506fa9 --- /dev/null +++ b/Misc/NEWS.d/next/Security/2019-06-21-14-42-53.bpo-37364.IIRc2s.rst @@ -0,0 +1 @@ +:func:`io.open_code` is now used when reading :file:`.pth` files. |