Clean up Python 2.x workarounds
authorJeremy Stanley <fungi@yuggoth.org>
Sat, 11 May 2024 02:22:04 +0000 (02:22 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Sat, 11 May 2024 02:26:21 +0000 (02:26 +0000)
commitcc7cb0a6135462bdf8145bcd2df27743a906eb3b
tree399c73156f58f62c5066732ec7403a2007c89f5e
parenteb5bfa4c58748c4e0b66f435a172a63688342789
Clean up Python 2.x workarounds

Since the next version will require Python 3.9 or later due to
relying on the zoneinfo module, go ahead and clean up code that
supported earlier versions of the interpreter as well as updating
documentation accordingly.
INSTALL
NEWS
weather.py