On Wed, Jan 30, 2019 at 07:12:21PM +0100, Stefan Behnel <stefan...@behnel.de> 
wrote:
> > I have a vague recollection that a certain computer system (Amiga?) had a
> > 'why' command. If it reported an error, you could type "why" and it would
> > give you more details.
> > 
> > I suspect that all that was happening was that when the error occurred it
> > would store the additional details somewhere that the 'why' command would
> > simply retrieve.
> 
> So ??? are you suggesting to use the webbrowser module inside of the REPL to
> look up the exception message of the previously printed stack trace in
> stack overflow when a user types "why()"?
> 
> I faintly recall someone implementing something in that direction. It's
> probably in some package on PyPI.

   It doesn't have to be all web. Compare how ``help()`` works at the
python REPL, ``pydoc name`` at the command line, and
``pydoc -p`` + a browser.

> Stefan

Oleg.
-- 
    Oleg Broytman            https://phdru.name/            p...@phdru.name
           Programmers don't die, they just GOSUB without RETURN.
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to