Message11792

Author jeff.allen
Recipients jeff.allen, jenselme
Date 2018-03-13.21:29:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1520976582.9.0.467229070634.issue2494@psf.upfronthosting.co.za>
In-reply-to
Content
Background (because I didn't know): pydoc_data contains a generated package defining non-docstring help strings that enables this:

>>> help("if")
The ``if`` statement
********************

The ``if`` statement is used for conditional execution:

   if_stmt ::= "if" expression ":" suite
...

This works for me in 2.7.2a1+, no doubt as a side effect of updating lib-python. Propose to close. (Can't really claim "fixed".)
History
Date User Action Args
2018-03-13 21:29:42jeff.allensetmessageid: <1520976582.9.0.467229070634.issue2494@psf.upfronthosting.co.za>
2018-03-13 21:29:42jeff.allensetrecipients: + jeff.allen, jenselme
2018-03-13 21:29:42jeff.allenlinkissue2494 messages
2018-03-13 21:29:42jeff.allencreate