Issue #9928: Properly initialize the types exported by the bz2 module.
diff --git a/Misc/NEWS b/Misc/NEWS
index 514ea6d..243bc6f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -62,6 +62,8 @@
 Library
 -------
 
+- Issue #9928: Properly initialize the types exported by the bz2 module.
+
 - Issue #1675951: Allow GzipFile to work with unseekable file objects.
   Patch by Florian Festi.