Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Doc/whatsnew/3.13.rst
Co-authored-by: Irit Katriel <[email protected]>
  • Loading branch information
gaogaotiantian and iritkatriel authored Nov 27, 2023
commit c810afc919a004cc8abfe011564fb750b9df698d
4 changes: 2 additions & 2 deletions Doc/whatsnew/3.13.rst
Original file line number Diff line number Diff line change
Expand Up @@ -254,9 +254,9 @@ pdb
identified and executed.
(Contributed by Tian Gao in :gh:`108464`.)

* ``sys.path[0]`` will not be mangled if ``sys.flags.safe_path`` is set by
* ``sys.path[0]`` will no longer be mangled when ``sys.flags.safe_path`` is set (via the
:option:`-P` command line option or :envvar:`PYTHONSAFEPATH` environment
variable.
variable).
(Contributed by Tian Gao and Christian Walther in :gh:`111762`.)

sqlite3
Expand Down