File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -763,6 +763,17 @@ unittest
763763 (Contributed by Garry Cairns in :gh: `134567 `.)
764764
765765
766+ venv
767+ ----
768+
769+ * On POSIX platforms, platlib directories will be created if needed when
770+ creating virtual environments, instead of using ``lib64 -> lib `` symlink.
771+ This means purelib and platlib of virtual environments no longer share the
772+ same ``lib `` directory on platforms where :data: `sys.platlibdir ` is not
773+ equal to ``lib ``.
774+ (Contributed by Rui Xi in :gh: `133951 `.)
775+
776+
766777warnings
767778--------
768779
@@ -775,17 +786,6 @@ warnings
775786 (Contributed by Serhiy Storchaka in :gh: `135801 `.)
776787
777788
778- venv
779- ----
780-
781- * On POSIX platforms, platlib directories will be created if needed when
782- creating virtual environments, instead of using ``lib64 -> lib `` symlink.
783- This means purelib and platlib of virtual environments no longer share the
784- same ``lib `` directory on platforms where :data: `sys.platlibdir ` is not
785- equal to ``lib ``.
786- (Contributed by Rui Xi in :gh: `133951 `.)
787-
788-
789789xml.parsers.expat
790790-----------------
791791
You can’t perform that action at this time.
0 commit comments