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 ncoghlan
Recipients
Date 2005-07-07.09:34:26
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Draft documentation for PEP 343's new 'with' statement,
describing the operation in terms of contexts and
context management.

Uses __enter__/__exit__, as that is what currently has
the BDFL's blessing via the approval of PEP 343.

Requires addition of formatting codes before it can be
included in the official documentation.
History
Date User Action Args
2007-08-23 15:43:30adminlinkissue1234057 messages
2007-08-23 15:43:30admincreate