File tree 1 file changed +6
-3
lines changed
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.
302
302
Mersenne Twister
303
303
----------------
304
304
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
306
307
http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/MT2002/emt19937ar.html. The following are
307
308
the verbatim comments from the original code::
308
309
@@ -819,7 +820,8 @@ sources unless the build is configured ``--with-system-expat``::
819
820
libffi
820
821
------
821
822
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
823
825
sources unless the build is configured ``--with-system-libffi ``::
824
826
825
827
Copyright (c) 1996-2008 Red Hat, Inc and others.
@@ -920,7 +922,8 @@ on the cfuhash project::
920
922
libmpdec
921
923
--------
922
924
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
924
927
library unless the build is configured ``--with-system-libmpdec ``::
925
928
926
929
Copyright (c) 2008-2020 Stefan Krah. All rights reserved.
You can’t perform that action at this time.
0 commit comments