[ python-Bugs-1536059 ] Missing builtin help for with and as
SourceForge.net
noreply at sourceforge.net
Mon Aug 7 17:08:24 CEST 2006
Bugs item #1536059, was opened at 2006-08-08 01:08
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1536059&group_id=5470
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Documentation
Group: Python 2.6
Status: Open
Resolution: None
Priority: 5
Submitted By: Nick Coghlan (ncoghlan)
Assigned to: Nobody/Anonymous (nobody)
Summary: Missing builtin help for with and as
Initial Comment:
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').
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1536059&group_id=5470
More information about the Python-bugs-list
mailing list