Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reverse quotes in Python 3.0 tutorial #47773

Closed
jsizelove mannequin opened this issue Aug 8, 2008 · 2 comments
Closed

Reverse quotes in Python 3.0 tutorial #47773

jsizelove mannequin opened this issue Aug 8, 2008 · 2 comments
Assignees
Labels
docs Documentation in the Doc dir

Comments

@jsizelove
Copy link
Mannequin

jsizelove mannequin commented Aug 8, 2008

BPO 3523
Nosy @birkenfeld
Files
  • input_output.diff
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = 'https://github.com/birkenfeld'
    closed_at = <Date 2008-08-08.06:45:11.269>
    created_at = <Date 2008-08-08.00:24:21.967>
    labels = ['docs']
    title = 'Reverse quotes in Python 3.0 tutorial'
    updated_at = <Date 2008-08-08.06:45:11.268>
    user = 'https://bugs.python.org/jsizelove'

    bugs.python.org fields:

    activity = <Date 2008-08-08.06:45:11.268>
    actor = 'georg.brandl'
    assignee = 'georg.brandl'
    closed = True
    closed_date = <Date 2008-08-08.06:45:11.269>
    closer = 'georg.brandl'
    components = ['Documentation']
    creation = <Date 2008-08-08.00:24:21.967>
    creator = 'jsizelove'
    dependencies = []
    files = ['11079']
    hgrepos = []
    issue_num = 3523
    keywords = ['patch']
    message_count = 2.0
    messages = ['70873', '70885']
    nosy_count = 2.0
    nosy_names = ['georg.brandl', 'jsizelove']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue3523'
    versions = ['Python 3.0']

    @jsizelove
    Copy link
    Mannequin Author

    jsizelove mannequin commented Aug 8, 2008

    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.

    @jsizelove jsizelove mannequin assigned birkenfeld Aug 8, 2008
    @jsizelove jsizelove mannequin added the docs Documentation in the Doc dir label Aug 8, 2008
    @birkenfeld
    Copy link
    Member

    Thanks, applied in r65593.

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    docs Documentation in the Doc dir
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant