Issue 3523: Reverse quotes in Python 3.0 tutorial (original) (raw)

Issue3523

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:37 admin set github: 47773
2008-08-08 06:45:11 georg.brandl set status: open -> closedresolution: fixedmessages: +
2008-08-08 00:24:21 jsizelove create