This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Reverse quotes in Python 3.0 tutorial
Type: Stage:
Components: Documentation Versions: Python 3.0
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: georg.brandl, jsizelove
Priority: normal Keywords: patch

Created on 2008-08-08 00:24 by jsizelove, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
input_output.diff jsizelove, 2008-08-08 00:24
Messages (2)
msg70873 - (view) Author: Jim Sizelove (jsizelove) Date: 2008-08-08 00:24
The Input and Output section of the tutorial says: "Reverse quotes (``)
are equivalent to repr(), but they are no longer used in modern Python
code and are removed in future versions of the language."  Is now that
future time with Python 3.0?  I get syntax errors when I try to run the
examples that use reverse quotes.  The attached patch removes the
explanation and examples of reverse quotes.
msg70885 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2008-08-08 06:45
Thanks, applied in r65593.
History
Date User Action Args
2022-04-11 14:56:37adminsetgithub: 47773
2008-08-08 06:45:11georg.brandlsetstatus: open -> closed
resolution: fixed
messages: + msg70885
2008-08-08 00:24:21jsizelovecreate