Daniel Reed
Daniel Reed
In Python 2.6+, every entry in `pytz.zone_tab` is a named tuple with fields `code`, `coordinates`, `zone`, and `comment`, as in: ``` >>> [row for row in pytz.zone_tab if row.zone ==...
# Summary Quick proof of concept related to https://github.com/encode/httpx/discussions/3278 (and possibly https://github.com/encode/httpcore/discussions/778). As committed: ``` $ pytest tests/*/test_http2.py ⋮ tests/_async/test_http2.py ....................F tests/_sync/test_http2.py ..........F ⋮ > assert fetches == [1.0] *...
I'm a little stumped, please bear with me. I have a bot that sent a message to a group yesterday at 7 a.m. US/Pacific, then edited it successfully at 12:10...