Issue #14435: Add Misc/NEWS and Misc/ACKS

This commit is contained in:
Kristján Valur Jónsson 2012-03-31 13:08:11 +00:00
parent 69c2ffa3f3
commit d4bb972839
2 changed files with 4 additions and 0 deletions

View File

@ -507,6 +507,7 @@ Jeremy Jones
Richard Jones
Irmen de Jong
Lucas de Jonge
Kristján Valur Jónsson
Jens B. Jorgensen
John Jorgensen
Sijin Joseph

View File

@ -31,6 +31,9 @@ Core and Builtins
- Issue #14220: When a generator is delegating to another iterator with the
yield from syntax, it needs to have its ``gi_running`` flag set to True.
- Issue #14435: Remove dedicated block allocator from floatobject.c and rely
on the PyObject_Malloc() api like all other objects.
Library
-------