8000 gh-84796: Add back UTC to datetime.__all__ · hauntsaninja/cpython@8fcaf64 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8fcaf64

Browse files
committed
pythongh-84796: Add back UTC to datetime.__all__
This was mistakenly dropped in python#103637 Noticed when updating typeshed for Python 3.12
1 parent 46f1c78 commit 8fcaf64

File tree

1 file changed

+1
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
from _pydatetime import __doc__
77

88
__all__ = ("date", "datetime", "time", "timedelta", "timezone", "tzinfo",
9-
"MINYEAR", "MAXYEAR")
9+
"MINYEAR", "MAXYEAR", "UTC")