<div dir="ltr">[Tim Peters]<br>><br>> I think acceptance of 495 should be contingent upon<br>> someone first completing a fully functional (if not releasable)<br>> fold-aware zoneinfo wrapping.<br><br> <br>[Alexander Belopolsky]<br>><br>> I am making all development public early on and hope to see code reviews and pull requests from interested parties.  Pull requests with additional test cases are most welcome.<br><br><br>I've made some additional progress in my dateutil fork [1].  The tzfile class is now fold-aware.  The tzfile implementation of tzinfo takes the history of local time type changes from a binary zoneinfo file. These files are installed on the majority of UNIX platforms.<br><br>More testing is needed, but I think my fork is now close to meeting Tim's challenge.<br><br>Please note that you need to run the modified  dateutil fork [1] code under PEP 495 fork of CPython. [2]<br> <br>[1]: <a href="https://github.com/abalkin/dateutil/tree/pep-0495">https://github.com/abalkin/dateutil/tree/pep-0495</a><br>[2]: <a href="https://github.com/abalkin/cpython">https://github.com/abalkin/cpython</a></div>