This repository has been archived by the owner on Aug 13, 2021. It is now read-only.
Add www() for searching on the web #185
Comments
aroberge
added a commit
that referenced
this issue
Feb 11, 2021
|
|
aroberge
added a commit
that referenced
this issue
Feb 11, 2021
|
Closing this issue. Much work needed for custom links, but both |
|
Removing py_doc() and adding a |
aroberge
added a commit
that referenced
this issue
Feb 13, 2021
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.

As suggested in https://pythonbytes.fm/episodes/show/220/what-why-and-where-of-friendly-errors-in-python, perhaps I should add a
www()function that would search for a corresponding error (type and message) on the web. This could be done using Python's webbrowser module and searching on duckduckgo (for privacy).Also perhaps add a special function to search Python docs; perhapspy_doc()which, by default, would search on the error name on the python site but could have a special field linking to a specific place. Since the python docs are also available in French, it should link to the appropriate version.Before I can create thepy_doc()function, I need to restructure the "back end" and change the return argument of probably close to 100 functions (which is something I was planning to do, but is getting a higher priority).The text was updated successfully, but these errors were encountered: