Remove remaining uses of sopel.web in core #1316
Labels
Easyfix
Bugs or Tweaks that are easy for a new contributor to fix or implement
Low Priority
Tracking
Tweak
Milestone
All remaining core modules that still use
sopel.web
should be updated to userequests
directly instead. I'll be doing this in bits of spare time when I don't feel like working on anything substantial.Modules I found in my search (and migration status):
meetbot (still usingNAK for now, pending Move sopel.web utilities into sopel.tools #1318quote
, which should be replaced or refactored)reddit (usingNAK for now, pending Move sopel.web utilities into sopel.tools #1318sopel.web.USER_AGENT
, which should probably be defined somewhere else)translate (imports bothNAK for now, pending Move sopel.web utilities into sopel.tools #1318requests
andsopel.web
...because it needsweb.decode()
)url (usesNAK for now, pending Move sopel.web utilities into sopel.tools #1318web.decode()
andweb.iri_to_uri()
)web.quote()
in for now)The text was updated successfully, but these errors were encountered: