[issue45515] Add reference to zoneinfo in the datetime module documetnation

2021-10-19 Thread Łukasz Langa
Change by Łukasz Langa : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___ P

[issue45515] Add reference to zoneinfo in the datetime module documetnation

2021-10-19 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 76578884c5c727c013cba9d14ced9040b5a0c8a1 by Miss Islington (bot) in branch '3.9': bpo-45515: Add zoneinfo to the datetime documentation (GH-29038) (GH-29066) https://github.com/python/cpython/commit/76578884c5c727c013cba9d14ced9040b5a0c8a1 --

[issue45515] Add reference to zoneinfo in the datetime module documetnation

2021-10-19 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 8cef526a871695f8df4fac167139bbf3292396db by Miss Islington (bot) in branch '3.10': bpo-45515: Add zoneinfo to the datetime documentation (GH-29038) (GH-29065) https://github.com/python/cpython/commit/8cef526a871695f8df4fac167139bbf3292396db -

[issue45515] Add reference to zoneinfo in the datetime module documetnation

2021-10-19 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 1.0 -> 2.0 pull_requests: +27332 pull_request: https://github.com/python/cpython/pull/29065 ___ Python tracker _

[issue45515] Add reference to zoneinfo in the datetime module documetnation

2021-10-19 Thread miss-islington
Change by miss-islington : -- pull_requests: +27333 pull_request: https://github.com/python/cpython/pull/29066 ___ Python tracker ___ __

[issue45515] Add reference to zoneinfo in the datetime module documetnation

2021-10-18 Thread Paul Ganssle
Change by Paul Ganssle : -- keywords: +patch pull_requests: +27309 stage: -> patch review pull_request: https://github.com/python/cpython/pull/29038 ___ Python tracker ___ ___

[issue45515] Add reference to zoneinfo in the datetime module documetnation

2021-10-18 Thread Paul Ganssle
New submission from Paul Ganssle : Right now the datetime documentation recommends using `dateutil.tz` for IANA time zones, but we should update this to point to `zoneinfo`. -- assignee: p-ganssle components: Documentation messages: 404207 nosy: p-ganssle priority: low severity: normal