[issue37364] Use io.open_code for .pth files

2019-06-21 Thread Steve Dower
Change by Steve Dower : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___ P

[issue37364] Use io.open_code for .pth files

2019-06-21 Thread miss-islington
miss-islington added the comment: New changeset 35202c763703c9c00345b4445a638211e6e37bbc by Miss Islington (bot) in branch '3.8': bpo-37364: Use io.open_code() to read .pth files (GH-14299) https://github.com/python/cpython/commit/35202c763703c9c00345b4445a638211e6e37bbc -- ___

[issue37364] Use io.open_code for .pth files

2019-06-21 Thread miss-islington
Change by miss-islington : -- pull_requests: +14124 pull_request: https://github.com/python/cpython/pull/14300 ___ Python tracker ___ __

[issue37364] Use io.open_code for .pth files

2019-06-21 Thread miss-islington
miss-islington added the comment: New changeset 184f3d4f39056f6fe450d007d3b9b61d811a2a4d by Miss Islington (bot) (Steve Dower) in branch 'master': bpo-37364: Use io.open_code() to read .pth files (GH-14299) https://github.com/python/cpython/commit/184f3d4f39056f6fe450d007d3b9b61d811a2a4d --

[issue37364] Use io.open_code for .pth files

2019-06-21 Thread Steve Dower
Change by Steve Dower : -- assignee: -> steve.dower ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue37364] Use io.open_code for .pth files

2019-06-21 Thread Steve Dower
Change by Steve Dower : -- keywords: +patch pull_requests: +14123 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/14299 ___ Python tracker _

[issue37364] Use io.open_code for .pth files

2019-06-21 Thread Christian Heimes
Christian Heimes added the comment: +1 -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pytho

[issue37364] Use io.open_code for .pth files

2019-06-21 Thread Steve Dower
New submission from Steve Dower : Since .pth files may contain executable code, we should open them using io.open_code(). -- messages: 346230 nosy: christian.heimes, steve.dower priority: normal severity: normal stage: needs patch status: open title: Use io.open_code for .pth files typ