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

typo in what's new in 2.6 #49594

Closed
quiver mannequin opened this issue Feb 22, 2009 · 2 comments
Closed

typo in what's new in 2.6 #49594

quiver mannequin opened this issue Feb 22, 2009 · 2 comments
Assignees
Labels
docs Documentation in the Doc dir

Comments

@quiver
Copy link
Mannequin

quiver mannequin commented Feb 22, 2009

BPO 5344
Nosy @birkenfeld
Files
  • whatsnew.diff: patch against r69868
  • 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 2009-02-27.16:53:03.725>
    created_at = <Date 2009-02-22.05:33:01.883>
    labels = ['docs']
    title = "typo in what's new in 2.6"
    updated_at = <Date 2009-02-27.16:53:03.724>
    user = 'https://bugs.python.org/quiver'

    bugs.python.org fields:

    activity = <Date 2009-02-27.16:53:03.724>
    actor = 'georg.brandl'
    assignee = 'georg.brandl'
    closed = True
    closed_date = <Date 2009-02-27.16:53:03.725>
    closer = 'georg.brandl'
    components = ['Documentation']
    creation = <Date 2009-02-22.05:33:01.883>
    creator = 'quiver'
    dependencies = []
    files = ['13148']
    hgrepos = []
    issue_num = 5344
    keywords = ['patch']
    message_count = 2.0
    messages = ['82593', '82841']
    nosy_count = 2.0
    nosy_names = ['georg.brandl', 'quiver']
    pr_nums = []
    priority = 'low'
    resolution = 'fixed'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue5344'
    versions = ['Python 2.6']

    @quiver
    Copy link
    Mannequin Author

    quiver mannequin commented Feb 22, 2009

    In "What's new in 2.6" PEP-343 section, the following sentence lacks a
    closing parenthesis:

    The expression is evaluated, and it should result in an object that
    supports the context management protocol (that is, has __enter__() and
    __exit__() methods.
    http://docs.python.org/whatsnew/2.6.html#pep-343-the-with-statement

    Patch attached

    @quiver quiver mannequin assigned birkenfeld Feb 22, 2009
    @quiver quiver mannequin added the docs Documentation in the Doc dir label Feb 22, 2009
    @birkenfeld
    Copy link
    Member

    Thanks, fixed in r70025.

    @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