[New-bugs-announce] [issue3523] Reverse quotes in Python 3.0 tutorial

Jim Sizelove report at bugs.python.org
Fri Aug 8 02:24:22 CEST 2008


New submission from Jim Sizelove <jimsize at gmail.com>:

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.

----------
assignee: georg.brandl
components: Documentation
files: input_output.diff
keywords: patch
messages: 70873
nosy: georg.brandl, jsizelove
severity: normal
status: open
title: Reverse quotes in Python 3.0 tutorial
versions: Python 3.0
Added file: http://bugs.python.org/file11079/input_output.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3523>
_______________________________________


More information about the New-bugs-announce mailing list