arrow-py / arrow

🏹 Better dates & times for Python
https://arrow.readthedocs.io
Apache License 2.0
8.71k stars 673 forks source link

Consider backporting PEP 615 #825

Open systemcatch opened 4 years ago

systemcatch commented 4 years ago

Just to make clear, backports.zoneinfo already exists and in Python 3.6+, I (as the maintainer of dateutil and the creator of PEP 615) highly recommend you use it whenever possible. The "backport" I'm referring to is that I'm planning to take the underlying logic from the pure-Python implementation of zoneinfo and move it into dateutil.tz, to the extent possible. That will fix a number of issues, but my major efforts to get PEP 615 ready and working in Python 3.9 made my backlog of work grow enormously ☹.

Originally posted by @pganssle in https://github.com/crsmithdev/arrow/pull/802#issuecomment-660503253