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
2de7a35e
Commit
2de7a35e
authored
May 03, 2006
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
one more place to avoid extra markup
parent
6b07be9d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Doc/ref/ref6.tex
Doc/ref/ref6.tex
+1
-1
No files found.
Doc/ref/ref6.tex
View file @
2de7a35e
...
@@ -417,7 +417,7 @@ exception is raised.
...
@@ -417,7 +417,7 @@ exception is raised.
\keyword
{
print
}
also has an extended
\index
{
extended print statement
}
\keyword
{
print
}
also has an extended
\index
{
extended print statement
}
form, defined by the second portion of the syntax described above.
form, defined by the second portion of the syntax described above.
This form is sometimes referred to as ``
\keyword
{
print
}
chevron.''
This form is sometimes referred to as ``
\keyword
{
print
}
chevron.''
In this form, the first expression after the
\code
{
>
}
\code
{
>
}
must
In this form, the first expression after the
\code
{
>>
}
must
evaluate to a ``file-like'' object, specifically an object that has a
evaluate to a ``file-like'' object, specifically an object that has a
\method
{
write()
}
method as described above. With this extended form,
\method
{
write()
}
method as described above. With this extended form,
the subsequent expressions are printed to this file object. If the
the subsequent expressions are printed to this file object. If 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