Skip to content

v0.6.0 — Adjust `%s` regex

Latest
Compare
Choose a tag to compare
@jwodder jwodder released this 13 Oct 22:24
· 55 commits to master since this release
v0.6.0
  • Support Python 3.8
  • %s now matches any sequence of exactly three digits. Previously, it matched either '0' or any sequence of digits not beginning with '0'. Thanks to @chosak for the patch.