Skip to content

Commit

Permalink
pythongh-84976: Add back UTC to datetime.__all__ (python#104920)
Browse files Browse the repository at this point in the history
pythongh-84796: Add back UTC to datetime.__all__

This was mistakenly dropped in python#103637

Noticed when updating typeshed for Python 3.12
  • Loading branch information
hauntsaninja authored May 25, 2023
1 parent 569b2b8 commit 076b620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/datetime.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
from _pydatetime import __doc__

__all__ = ("date", "datetime", "time", "timedelta", "timezone", "tzinfo",
"MINYEAR", "MAXYEAR")
"MINYEAR", "MAXYEAR", "UTC")

0 comments on commit 076b620

Please sign in to comment.