Add a new item to the Python 2.1 start menu: "Module Docs".
This brings up Ping's pydoc server.

(XXX The icons for this and for IDLE seem screwed.  Oh well.)
diff --git a/PCbuild/python20.wse b/PCbuild/python20.wse
index 9e28fed..f9bb5c4 100644
--- a/PCbuild/python20.wse
+++ b/PCbuild/python20.wse
@@ -952,6 +952,12 @@
   Flags=0000000000000010
 end
 item: Install File
+  Source=%_SRC_%\Tools\scripts\pydoc
+  Destination=%MAINDIR%\pydoc
+  Description=Utility Scripts
+  Flags=0000000000000010
+end
+item: Install File
   Source=%_SRC_%\Tools\scripts\*.doc
   Destination=%MAINDIR%\Tools\Scripts
   Description=Utility Scripts
@@ -1334,6 +1340,14 @@
   Key Type=1536
   Flags=00000001
 end
+item: Create Shortcut
+  Source=%MAINDIR%\pythonw.exe
+  Destination=%GROUP%\Module Docs.lnk
+  Command Options=%MAINDIR%\pydoc
+  Working Directory=%MAINDIR%
+  Key Type=1536
+  Flags=00000001
+end
 item: End Block
 end
 item: Create Shortcut