diff options
Diffstat (limited to 'Misc/NEWS')
| -rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -879,6 +879,11 @@ Library Extension Modules ----------------- +- Issue #8300: When passing a non-integer argument to struct.pack with any + integer format code, struct.pack first attempts to convert the non-integer + using its __index__ method. If that method is non-existent or raises + TypeError it goes on to try the __int__ method, as described below. + - Issue #8142: Update libffi to the 3.0.9 release. - Issue #6949: Allow the _dbm extension to be built with db 4.8.x. |
