Skip to content

Commit b47b710

Browse files
committed
add venv changes to 3.15 whatsnew
1 parent 1f97f06 commit b47b710

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Doc/whatsnew/3.15.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -562,6 +562,17 @@ unittest
562562
(Contributed by Garry Cairns in :gh:`134567`.)
563563

564564

565+
venv
566+
----
567+
568+
* On POSIX platforms, platlib directories will be created if needed when
569+
creating virtual environments, instead of using ``lib64 -> lib`` symlink.
570+
This means purelib and platlib of virtual environments no longer share the
571+
same ``lib`` directory on platforms where :data:`sys.platlibdir` is not
572+
equal to ``lib``.
573+
(Contributed by Rui Xi in :gh:`133951`.)
574+
575+
565576
xml.parsers.expat
566577
-----------------
567578

0 commit comments

Comments
 (0)