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.

Author jsizelove
Recipients georg.brandl, jsizelove
Date 2008-08-08.00:24:20
SpamBayes Score 9.954233e-05
Marked as misclassified No
Message-id <1218155062.71.0.673827854609.issue3523@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-08-08 00:24:22jsizelovesetrecipients: + jsizelove, georg.brandl
2008-08-08 00:24:22jsizelovesetmessageid: <1218155062.71.0.673827854609.issue3523@psf.upfronthosting.co.za>
2008-08-08 00:24:21jsizelovelinkissue3523 messages
2008-08-08 00:24:21jsizelovecreate