Skip to content

Commit 602c2ad

Browse files
committed
A bit better wording of the comment
1 parent 6e98457 commit 602c2ad

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Lib/sysconfig.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@
7373
# correct locations.
7474
# The "venv" install scheme is a scheme to bootstrap virtual environments,
7575
# essentially identical to the default posix_prefix/nt schemes.
76-
# Downstream distributors will need to change this,
77-
# if their posix_prefix/nt scheme is not venv-compatible.
76+
# Downstream distributors who patch posix_prefix/nt scheme are encouraged to do
77+
# it after this copy is made:
7878
if sys.platform == 'win32':
7979
_INSTALL_SCHEMES['venv'] = dict(_INSTALL_SCHEMES['nt'])
8080
else:

Misc/NEWS.d/next/Library/2022-01-31-15-19-38.bpo-45413.1vaS0V.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ bootstrapping new virtual environments. It is a copy of the
55
instead of hardcoding the paths depending only on the platform. Downstream
66
Python distributors customizing the ``"posix_prefix"`` or ``"nt"`` install
77
scheme in a way that is not compatible with the install scheme used in
8-
virtual environments are encouraged to supply a modified working ``"venv"``
9-
scheme.
8+
virtual environments are encouraged to do it after the ``"venv"`` scheme
9+
is created or to supply a modified working ``"venv"`` scheme.

0 commit comments

Comments
 (0)