the old CO_FUTURE flags can't be commented out
diff --git a/Misc/NEWS b/Misc/NEWS
index f8b6bb5..5d4c3ee 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -24,6 +24,11 @@
 
 - Issue #4856: Remove checks for win NT.
 
+C-API
+-----
+
+- The code flags for old __future__ features are now available again.
+
 Library
 -------