diff options
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -48,6 +48,8 @@ Core and Builtins Library ------- +- Issue #9437: Fix building C extensions with non-default LDFLAGS. + - Issue #9759: GzipFile now raises ValueError when an operation is attempted after the file is closed. Patch by Jeffrey Finkelstein. |