[issue21625] Make help() beginner helpful when no PAGER or LESS variable

2020-07-18 Thread Nagarajan
Nagarajan added the comment: I would request us to think about a couple more options while this is under consideration... Do we want to also add the flags -X and -F to the less options? The -X flag gets less to show its output inline, instead of a separate screen. The advantage here is

[issue40081] List sorting

2020-03-26 Thread Sivasundar Nagarajan
New submission from Sivasundar Nagarajan : Good day. Hope you are safe and wish the same with the present situation. Need you help please in understanding the below function of Python. Steps - 1. tried assigning the below values in the list and named it as a 2.if I print, it prints in the

[issue31598] pyping 0.0.5 package crashed on ZeroDivisionError: float division by zero

2017-09-26 Thread Saravanan Nagarajan
New submission from Saravanan Nagarajan: r = pyping.ping(hostip) File "build/bdist.linux-x86_64/egg/pyping/core.py", line 426, in ping return p.run(count) File "build/bdist.linux-x86_64/egg/pyping/core.py", line 288, in run self.print_exit() File "bui