incomplete "End of Central Directory" record. Original patch by Guilherme
Polo and Alan McIntyre.
Library
-------
-- Issue #15505: `unittest.installHandler` no longer assumes SIGINT handler is
- set to a callable object.
+ - Issue #4844: ZipFile now raises BadZipFile when opens a ZIP file with an
+ incomplete "End of Central Directory" record. Original patch by Guilherme
+ Polo and Alan McIntyre.
+
+- Issue #17071: Signature.bind() now works when one of the keyword arguments
+ is named ``self``.
- Issue #12004: Fix an internal error in PyZipFile when writing an invalid
Python file. Patch by Ben Morgan.