#467924, patch by Alan McIntyre: Add ZipFile.extract and ZipFile.extractall.
diff --git a/Misc/NEWS b/Misc/NEWS
index e76e733..4699e1b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -348,6 +348,9 @@
 Library
 -------
 
+- Patch #467924: add ZipFile.extract() and ZipFile.extractall() in the
+  zipfile module.
+
 - Issue #1646: Make socket support the TIPC protocol.
 
 - Bug #1742: return os.curdir from os.path.relpath() if both arguments are