]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] gh-84976: Add back UTC to datetime.__all__ (GH-104920) (#106019)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 27 Jun 2023 03:41:52 +0000 (20:41 -0700)
committerGitHub <noreply@github.com>
Tue, 27 Jun 2023 03:41:52 +0000 (20:41 -0700)
Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
Lib/datetime.py

index bad8beb4f6b026b5c0acb34a218847357ebdbc2f..a33d2d724cb33d25ee591b7e39fb2129d3a4dd9a 100644 (file)
@@ -6,4 +6,4 @@ except ImportError:
     from _pydatetime import __doc__
 
 __all__ = ("date", "datetime", "time", "timedelta", "timezone", "tzinfo",
-           "MINYEAR", "MAXYEAR")
+           "MINYEAR", "MAXYEAR", "UTC")