NEWS entry for #issue 3258.

This commit is contained in:
Thomas Heller 2008-07-15 17:19:50 +00:00
parent c0b2a807ff
commit 2bad6577a1
1 changed files with 3 additions and 0 deletions

View File

@ -53,6 +53,9 @@ Core and Builtins
Library
-------
- Issue #3258: Fixed a crash when a ctypes POINTER type to an
incomplete structure was created.
- Issue #3339: dummy_thread.acquire() should not return None.
- Issue #3285: Fractions from_float() and from_decimal() accept Integral arguments.