mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
Add missing NEWS entry for r60695
This commit is contained in:
parent
13a707577f
commit
ac094dc8a3
1 changed files with 4 additions and 0 deletions
|
@ -400,6 +400,10 @@ Core and builtins
|
|||
Library
|
||||
-------
|
||||
|
||||
- #2021: Allow tempfile.NamedTemporaryFile and SpooledTemporaryFile
|
||||
to be used in with statements by correctly supporting the context
|
||||
management protocol.
|
||||
|
||||
- #1979: Add rich comparisons to Decimal, and make Decimal comparisons
|
||||
involving a NaN follow the IEEE 754 standard.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue