]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-84976: Add back UTC to datetime.__all__ (#104920)
authorShantanu <12621235+hauntsaninja@users.noreply.github.com>
Thu, 25 May 2023 15:18:56 +0000 (08:18 -0700)
committerGitHub <noreply@github.com>
Thu, 25 May 2023 15:18:56 +0000 (11:18 -0400)
commit076b6204cbe481fdec39ce12a71aaaa6384478a0
tree5f5ff86370cd094d6d8f2727687cee9144475e21
parent569b2b8d612354062b8679d2d3f44f7ee03e66c2
gh-84976: Add back UTC to datetime.__all__ (#104920)

gh-84796: Add back UTC to datetime.__all__

This was mistakenly dropped in #103637

Noticed when updating typeshed for Python 3.12
Lib/datetime.py