New submission from George Yoshida <qui...@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 <rep...@bugs.python.org> <http://bugs.python.org/issue5344> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com