diff options
author | Pablo Galindo <pablogsal@gmail.com> | 2022-05-06 22:52:22 (GMT) |
---|---|---|
committer | Pablo Galindo <pablogsal@gmail.com> | 2022-05-06 22:53:50 (GMT) |
commit | 0e5fe7f9e9d3b995a7ccc4fae498e6eaf01027a0 (patch) | |
tree | 7fc8ef13f83bd51adec1f5e7a49c08d53d4ae4db /Misc/NEWS.d/next/Security | |
parent | 3f61db475692511a9676765e6f9f0bb204306e93 (diff) | |
download | cpython-0e5fe7f9e9d3b995a7ccc4fae498e6eaf01027a0.zip cpython-0e5fe7f9e9d3b995a7ccc4fae498e6eaf01027a0.tar.gz cpython-0e5fe7f9e9d3b995a7ccc4fae498e6eaf01027a0.tar.bz2 |
Python 3.11.0b1
Diffstat (limited to 'Misc/NEWS.d/next/Security')
-rw-r--r-- | Misc/NEWS.d/next/Security/2022-05-04-14-32-24.gh-issue-57684.HrlDrM.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS.d/next/Security/2022-05-04-14-32-24.gh-issue-57684.HrlDrM.rst b/Misc/NEWS.d/next/Security/2022-05-04-14-32-24.gh-issue-57684.HrlDrM.rst deleted file mode 100644 index f7cddcc..0000000 --- a/Misc/NEWS.d/next/Security/2022-05-04-14-32-24.gh-issue-57684.HrlDrM.rst +++ /dev/null @@ -1,3 +0,0 @@ -Add the :option:`-P` command line option and the :envvar:`PYTHONSAFEPATH` -environment variable to not prepend a potentially unsafe path to -:data:`sys.path`. Patch by Victor Stinner. |