diff options
author | Kabir Kwatra <kabir@kwatra.me> | 2022-05-03 22:14:25 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-03 22:14:25 (GMT) |
commit | 48c6165c28dfb40eafd2fa6de9bebd14fbc7c95c (patch) | |
tree | 877ad0238cb76142bbbc27318b7ed71fd72c56cc /Doc/howto/curses.rst | |
parent | ee2205b208389611e8a278ac1bc74b34f4994fd2 (diff) | |
download | cpython-48c6165c28dfb40eafd2fa6de9bebd14fbc7c95c.zip cpython-48c6165c28dfb40eafd2fa6de9bebd14fbc7c95c.tar.gz cpython-48c6165c28dfb40eafd2fa6de9bebd14fbc7c95c.tar.bz2 |
gh-91928: Add `datetime.UTC` alias for `datetime.timezone.utc` (GH-91973)
### fixes #91928
`UTC` is now module attribute aliased to `datetime.timezone.utc`.
You can now do the following:
```python
from datetime import UTC
```
Diffstat (limited to 'Doc/howto/curses.rst')
0 files changed, 0 insertions, 0 deletions