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.

classification
Title: typo in what's new in 2.6
Type: Stage:
Components: Documentation Versions: Python 2.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: georg.brandl, quiver
Priority: low Keywords: patch

Created on 2009-02-22 05:33 by quiver, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
whatsnew.diff quiver, 2009-02-22 05:32 patch against r69868
Messages (2)
msg82593 - (view) Author: George Yoshida (quiver) (Python committer) Date: 2009-02-22 05:32
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
msg82841 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2009-02-27 16:53
Thanks, fixed in r70025.
History
Date User Action Args
2022-04-11 14:56:46adminsetgithub: 49594
2009-02-27 16:53:03georg.brandlsetstatus: open -> closed
resolution: fixed
messages: + msg82841
keywords: patch, patch
2009-02-22 05:33:02quivercreate