diff options
author | Brett Cannon <bcannon@gmail.com> | 2010-02-19 16:04:36 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2010-02-19 16:04:36 (GMT) |
commit | ef7d67214a5b9d6a17e09dde0b27666100239f22 (patch) | |
tree | f09b4a8bc73da81f4cd6556941cb85c38db1c9e2 /Misc | |
parent | 9b3e15fbc4842e6efbd1d16ead782e753a731a53 (diff) | |
download | cpython-ef7d67214a5b9d6a17e09dde0b27666100239f22.zip cpython-ef7d67214a5b9d6a17e09dde0b27666100239f22.tar.gz cpython-ef7d67214a5b9d6a17e09dde0b27666100239f22.tar.bz2 |
Add a NEWS entry for r78242.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -242,6 +242,9 @@ C-API 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 exception of canonical and is_canonical) now accept instances of int and long wherever a Decimal instance is accepted, and implicitly |