Add a NEWS entry for r78242.
This commit is contained in:
parent
9b3e15fbc4
commit
ef7d67214a
|
@ -242,6 +242,9 @@ C-API
|
||||||
Library
|
Library
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
- Issue #7361: Importlib was not properly checking the number of bytes in
|
||||||
|
bytecode file when it was less then 8 bytes.
|
||||||
|
|
||||||
- Issue #7633: In the decimal module, Context class methods (with the
|
- Issue #7633: In the decimal module, Context class methods (with the
|
||||||
exception of canonical and is_canonical) now accept instances of int
|
exception of canonical and is_canonical) now accept instances of int
|
||||||
and long wherever a Decimal instance is accepted, and implicitly
|
and long wherever a Decimal instance is accepted, and implicitly
|
||||||
|
|
Loading…
Reference in New Issue