Note that print is a function now.
diff --git a/Misc/NEWS b/Misc/NEWS
index 984bf81..8b6d069 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -36,6 +36,8 @@
 Core and Builtins
 -----------------
 
+- PEP 3105: print is now a function.
+
 - PEP 3102: keyword-only arguments.
 
 - Int/Long unification is mostly complete.  The 'long' built-in type