tools.time: versionadded annotations for great justice #2379
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Was working on something in sopel-github and got annoyed that I had to check
git blameto verify that the functions I wanted to use would be available in that plugin's minimum required Sopel version.willie.tools.timecame into existence in the 5.3 release, so I used that as the module'sversionadded, and treated the namespace change fromwillietosopelas aversionchangedevent.If people are nice to me (read: this gets reviewed in something less than a month 😝), I might go through the rest of
sopel.toolsand add any missing version annotations in its other submodules, too. This is the sort of thing I'm always on the lookout for when working on other stuff, because if the documentation annoys me (who's been around the project for almost a decade), it will almost certainly annoy noobs.Relevant preview link
I touched only
sopel/tools/time.py, so of the whole preview deploy available from Netlify, only https://deploy-preview-2379--sopel-unstable-docs.netlify.app/package/tools/time.html is relevant for review.Checklist
make qa(runsmake qualityandmake test)