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
e581bb30
Commit
e581bb30
authored
Aug 17, 2000
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Small cleanups, and note when zip() entered the menagerie.
parent
b32aa5ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
Doc/lib/libfuncs.tex
Doc/lib/libfuncs.tex
+1
-3
No files found.
Doc/lib/libfuncs.tex
View file @
e581bb30
...
...
@@ -168,7 +168,6 @@ class instances are callable if they have a \method{__call__()} method.
['sys']
>>> dir(sys)
['argv', 'exit', 'modules', 'path', 'stderr', 'stdin', 'stdout']
>>>
\end{verbatim}
\end{funcdesc}
...
...
@@ -515,7 +514,6 @@ one argument, return the smallest of the arguments.
[]
>>> range(1, 0)
[]
>>>
\end{verbatim}
\end{funcdesc}
...
...
@@ -530,7 +528,6 @@ one argument, return the smallest of the arguments.
--> Monty Python's Flying Circus
>>> s
"Monty Python's Flying Circus"
>>>
\end{verbatim}
If the
\module
{
readline
}
module was loaded, then
...
...
@@ -712,4 +709,5 @@ The returned list is truncated in length to the length of the shortest
argument sequence. When the argument sequences are all of the same
length,
\function
{
zip()
}
is similar to
\function
{
map()
}
with an
initial argument of
\code
{
None
}
.
\versionadded
{
2.0
}
\end{funcdesc}
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