File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -302,7 +302,8 @@ for third-party software incorporated in the Python distribution.
302302Mersenne Twister
303303----------------
304304
305- The :mod: `_random ` module includes code based on a download from
305+ The :mod: `!_random ` C extension underlying the :mod: `random ` module
306+ includes code based on a download from
306307http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/MT2002/emt19937ar.html. The following are
307308the verbatim comments from the original code::
308309
@@ -819,7 +820,8 @@ sources unless the build is configured ``--with-system-expat``::
819820libffi
820821------
821822
822- The :mod: `_ctypes ` extension is built using an included copy of the libffi
823+ The :mod: `!_ctypes ` C extension underlying the :mod: `ctypes ` module
824+ is built using an included copy of the libffi
823825sources unless the build is configured ``--with-system-libffi ``::
824826
825827 Copyright (c) 1996-2008 Red Hat, Inc and others.
@@ -920,7 +922,8 @@ on the cfuhash project::
920922libmpdec
921923--------
922924
923- The :mod: `_decimal ` module is built using an included copy of the libmpdec
925+ The :mod: `!_decimal ` C extension underlying the :mod: `decimal ` module
926+ is built using an included copy of the libmpdec
924927library unless the build is configured ``--with-system-libmpdec ``::
925928
926929 Copyright (c) 2008-2020 Stefan Krah. All rights reserved.
You can’t perform that action at this time.
0 commit comments