Add new built-in 'help' which invokes pydoc.help (with a twist).
diff --git a/Misc/NEWS b/Misc/NEWS
index 16850aa..2bf6be4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -151,6 +151,11 @@
   In standard mode, 'q' and 'Q' are supported on all platforms, and are
   8-byte integral types.
 
+- The site module installs a new built-in function 'help' that invokes
+  pydoc.help.  It must be invoked as 'help()'; when invoked as 'help',
+  it displays a message reminding the user to use 'help()' or
+  'help(object)'.
+
 Tests
 
 - New test_mutants.py runs dict comparisons where the key and value