mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
whrandom should come immediately after random, not before.
This commit is contained in:
parent
c924b8d976
commit
76dd228f52
1 changed files with 1 additions and 1 deletions
|
@ -115,8 +115,8 @@ add new extensions to Python and how to embed it in other applications.
|
|||
\input{libmisc} % Miscellaneous Services
|
||||
\input{libmath}
|
||||
\input{libcmath}
|
||||
\input{libwhrandom}
|
||||
\input{librandom}
|
||||
\input{libwhrandom}
|
||||
%\input{librand}
|
||||
\input{libbisect}
|
||||
\input{libarray}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue