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
90fc0b35
Commit
90fc0b35
authored
Apr 30, 2003
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
At the site of an indexed reference to print, point to the relevant
documentation. Closes SF bug #723136.
parent
b876bcc5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
Doc/lib/libstdtypes.tex
Doc/lib/libstdtypes.tex
+5
-1
No files found.
Doc/lib/libstdtypes.tex
View file @
90fc0b35
...
@@ -17,9 +17,13 @@ all objects can be compared, tested for truth value, and converted to
...
@@ -17,9 +17,13 @@ all objects can be compared, tested for truth value, and converted to
a string (with the
\code
{
`
\textrm
{
\ldots
}
`
}
notation). The latter
a string (with the
\code
{
`
\textrm
{
\ldots
}
`
}
notation). The latter
conversion is implicitly used when an object is written by the
conversion is implicitly used when an object is written by the
\keyword
{
print
}
\stindex
{
print
}
statement.
\keyword
{
print
}
\stindex
{
print
}
statement.
(Information on
\ulink
{
\keyword
{
print
}
statement
}{
../ref/print.html
}
and other language statements can be found in the
\citetitle
[../ref/ref.html]
{
Python Reference Manual
}
and the
\citetitle
[../tut/tut.html]
{
Python Tutorial
}
.)
\subsection
{
Truth Value Testing
}
\label
{
truth
}
\subsection
{
Truth Value Testing
\label
{
truth
}
}
Any object can be tested for truth value, for use in an
\keyword
{
if
}
or
Any object can be tested for truth value, for use in an
\keyword
{
if
}
or
\keyword
{
while
}
condition or as operand of the Boolean operations below.
\keyword
{
while
}
condition or as operand of the Boolean operations below.
...
...
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