sopel-irc / sopel

:robot::speech_balloon: An easy-to-use and highly extensible IRC Bot framework. Formerly Willie.
https://sopel.chat
Other
951 stars 405 forks source link

tools.web: We should deprecate the world #2579

Open dgw opened 7 months ago

dgw commented 7 months ago

Filing this after terribot's encouragement earlier in the evening:

<+dgw> !how much deprecation?
<+terribot> dgw: 816 deprecations

On a more serious note, we had a look at what's actually useful in the tools.web module. The answer? Not much.

In my fact-based-but-still-opinionated view, the only possibly-useful utilities left are search_urls(), trim_url(), iri_to_uri() (maybe), USER_AGENT, and DEFAULT_HEADERS.

Unless I've missed some other important stuff, that's going to leave a pretty barebones module behind. We might consider moving the remaining bits around (again; sopel.web moved to sopel.tools.web in #1616 / 7.0) but I'd feel weird about having the few bits and bobs left live in the root sopel.tools module.

Plenty of time to think about this stuff, though.