mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Issue 9183: Intern UTC timezone.
This commit is contained in:
parent
5bc4fa7a49
commit
1bcbaab15a
4 changed files with 60 additions and 31 deletions
|
|
@ -21,6 +21,9 @@ Core and Builtins
|
|||
Library
|
||||
-------
|
||||
|
||||
- Issue 9183: ``datetime.timezone(datetime.timedelta(0))`` will now
|
||||
return the same instance as ``datetime.timezone.utc``.
|
||||
|
||||
- Issue #7523: Add SOCK_CLOEXEC and SOCK_NONBLOCK to the socket module,
|
||||
where supported by the system. Patch by Nikita Vetoshkin.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue