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: with statement context managers - with should be keyword
Type: Stage:
Components: Documentation Versions:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: georg.brandl, nnorwitz, splitscreen
Priority: normal Keywords: patch

Created on 2006-04-30 18:33 by splitscreen, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
with-statement-patch.patch splitscreen, 2006-04-30 18:33 patch
Messages (3)
msg50155 - (view) Author: Matt Fleming (splitscreen) Date: 2006-04-30 18:33
In the language reference documentation whenever the
with statement is referenced in the same sentence as
its context manager 'with' should be a keyword.

For example, 

"With statement context objects also need to implement
this method;"

Attached is a patch that fixes some of the references I
found.

Thanks,
Matt
msg50156 - (view) Author: Neal Norwitz (nnorwitz) * (Python committer) Date: 2006-04-30 19:31
Logged In: YES 
user_id=33168

Nick, can you take care of this?
msg50157 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2006-04-30 19:34
Logged In: YES 
user_id=849994

Thanks! Applied as rev. 45826.
History
Date User Action Args
2022-04-11 14:56:17adminsetgithub: 43301
2006-04-30 18:33:54splitscreencreate