[New-bugs-announce] [issue5344] typo in what's new in 2.6

George Yoshida report at bugs.python.org
Sun Feb 22 06:33:03 CET 2009


New submission from George Yoshida <quiver at users.sourceforge.net>:

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

----------
assignee: georg.brandl
components: Documentation
files: whatsnew.diff
keywords: patch, patch
messages: 82593
nosy: georg.brandl, quiver
priority: low
severity: normal
status: open
title: typo in what's new in 2.6
versions: Python 2.6
Added file: http://bugs.python.org/file13148/whatsnew.diff

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


More information about the New-bugs-announce mailing list