Skip to content
Open
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
gh-148315: Add NEWS entry
  • Loading branch information
pratyush618 committed Apr 11, 2026
commit a8202d9558ae55eb64c9565dea152122c1b05f60
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
:mod:`venv`: Shell-quote the ``command = ...`` line written to
``pyvenv.cfg`` so that paths containing whitespace (for example a Windows
user directory with a space) are preserved faithfully and the recorded
command can be re-executed.
Loading