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.

Author quiver
Recipients georg.brandl, quiver
Date 2009-02-22.05:32:59
SpamBayes Score 4.6695845e-05
Marked as misclassified No
Message-id <1235280783.4.0.127684733188.issue5344@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2009-02-22 05:33:05quiversetrecipients: + quiver, georg.brandl
2009-02-22 05:33:03quiversetmessageid: <1235280783.4.0.127684733188.issue5344@psf.upfronthosting.co.za>
2009-02-22 05:33:01quiverlinkissue5344 messages
2009-02-22 05:33:00quivercreate