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: Missing builtin help for with and as
Type: Stage:
Components: Documentation Versions: Python 2.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: ncoghlan, sgala
Priority: normal Keywords:

Created on 2006-08-07 15:08 by ncoghlan, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (3)
msg60964 - (view) Author: Nick Coghlan (ncoghlan) * (Python committer) Date: 2006-08-07 15:08
The builtin help system has no results for help('with')
and help('as'). This needs to be fixed for 2.6 when the
with statement is available by default. The two new
keywords will also need to be listed under
help('keywords').
msg60965 - (view) Author: Santiago Gala (sgala) Date: 2006-08-19 10:26
Logged In: YES 
user_id=178886

patch #1542681 tries to fix it
msg65193 - (view) Author: Nick Coghlan (ncoghlan) * (Python committer) Date: 2008-04-08 16:52
Georg Brandl applied Santiago's patch in rev. 54329, 54330
History
Date User Action Args
2022-04-11 14:56:19adminsetgithub: 43790
2008-04-08 16:52:30ncoghlansetstatus: open -> closed
resolution: fixed
messages: + msg65193
2006-08-07 15:08:20ncoghlancreate