The raw_input name was removed, but the implementation was moved to input.
So don't declare that it was removed, just leave the original description.
diff --git a/Misc/NEWS b/Misc/NEWS
index 6821e3c..4eb2f47 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -86,7 +86,7 @@
   backticks (`x`), <>
 
 - Removed these Python builtins:
-  apply(), coerce(), raw_input()
+  apply(), coerce()
 
 - Removed these Python methods:
   {}.has_key