Terry J. Reedy <tjre...@udel.edu> added the comment:

I recently opened Python in a Mac Terminal (bash) window, tried help(ob), and 
being a beginner in this situation, had the same terrible frustrating 
experience.  I am leaving this open to implement David Murray's suggestion and 
changed the title accordingly.

On Windows, in Command Prompt and Power Shell, a prompt appears when help 
output is done and the text remains.  This is the same as when one enters any 
other Python statement that produces output.  (The only difference is the 
intermediate paging.)  I think that this standard Python behavior, or something 
close, should be the default help behavior on all systems.  (It is on IDLE.)

----------
nosy: +terry.reedy
stage:  -> needs patch
title: help()'s more-mode is frustrating -> Make help() beginner helpful when 
no PAGER or LESS variable
type:  -> enhancement

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue21625>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to