We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f97f06 commit b47b710Copy full SHA for b47b710
Doc/whatsnew/3.15.rst
@@ -562,6 +562,17 @@ unittest
562
(Contributed by Garry Cairns in :gh:`134567`.)
563
564
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
576
xml.parsers.expat
577
-----------------
578
0 commit comments