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
50e7a11a
Commit
50e7a11a
authored
Dec 31, 2003
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correct misrepresentation of print (it uses str(), not `...` for
conversion). Hopefully I've not messed up the formatting.
parent
af785127
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
Doc/lib/libstdtypes.tex
Doc/lib/libstdtypes.tex
+5
-3
No files found.
Doc/lib/libstdtypes.tex
View file @
50e7a11a
...
...
@@ -13,9 +13,11 @@ classes, instances and exceptions.
\indexii
{
built-in
}{
types
}
Some operations are supported by several object types; in particular,
all objects can be compared, tested for truth value, and converted to
a string (with the
\code
{
`
\textrm
{
\ldots
}
`
}
notation). The latter
conversion is implicitly used when an object is written by the
practically all objects can be compared, tested for truth value,
and converted to a string (with the
\code
{
`
\textrm
{
\ldots
}
`
}
notation,
the equivalent
\function
{
repr()
}
function, or the slightly different
\function
{
str()
}
function). The latter
function is implicitly used when an object is written by the
\keyword
{
print
}
\stindex
{
print
}
statement.
(Information on
\ulink
{
\keyword
{
print
}
statement
}{
../ref/print.html
}
and other language statements can be found in the
...
...
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