Skip to content

Commit 4f7f1cd

Browse files
committed
Alphabetise improved modules
1 parent 20b64bd commit 4f7f1cd

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

Doc/whatsnew/3.15.rst

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff 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+
766777
warnings
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-
789789
xml.parsers.expat
790790
-----------------
791791

0 commit comments

Comments
 (0)