Kaydet (Commit) 62effc11 authored tarafından Fred Drake's avatar Fred Drake

Work around the conversion of ">>" and "<<" to guillemets. Reported by Ping.

üst fb8ffe6b
...@@ -378,7 +378,7 @@ exception is raised. ...@@ -378,7 +378,7 @@ exception is raised.
print_stmt: "print" ">>" expression [ ("," expression)+ [","] ] print_stmt: "print" ">>" expression [ ("," expression)+ [","] ]
\end{verbatim} \end{verbatim}
In this form, the first expression after the \keyword{>>} must In this form, the first expression after the \code{>}\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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment