Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
c48b772a
Commit
c48b772a
authored
Apr 11, 1998
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove obsolete module rand from list of modules.
Add fileinput to list.
parent
89de314c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
6 deletions
+8
-6
Doc/lib/libmisc.tex
Doc/lib/libmisc.tex
+4
-3
Doc/libmisc.tex
Doc/libmisc.tex
+4
-3
No files found.
Doc/lib/libmisc.tex
View file @
c48b772a
...
...
@@ -18,10 +18,11 @@ that are available in all Python versions. Here's an overview:
\item
[random]
--- Generate pseudo-random numbers with various common distributions.
\item
[rand]
--- Integer pseudo-random number generator (obsolete).
\item
[array]
--- Efficient arrays of uniformly typed numeric values.
\item
[fileinput]
--- Perl-like iteration over lines from multiple input streams, with
``save in place'' capability.
\end{description}
Doc/libmisc.tex
View file @
c48b772a
...
...
@@ -18,10 +18,11 @@ that are available in all Python versions. Here's an overview:
\item
[random]
--- Generate pseudo-random numbers with various common distributions.
\item
[rand]
--- Integer pseudo-random number generator (obsolete).
\item
[array]
--- Efficient arrays of uniformly typed numeric values.
\item
[fileinput]
--- Perl-like iteration over lines from multiple input streams, with
``save in place'' capability.
\end{description}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment