On Mon, 19 Dec 2005 09:55:44 -0800, gsteff wrote:
> I'm a computer science student, and have recently been trying to
> convince the professor who teaches the programming language design
> course to consider mentioning scripting languages in the future. Along
> those lines, I've been trying to thi
On Fri, 16 Dec 2005 07:23:57 -0800, newsposter wrote:
import pydoc
import sys
sys.version
> '2.4.2 (#67, Sep 28 2005, 12:41:11) [MSC v.1310 32 bit (Intel)]'
pydoc sys
> SyntaxError: invalid syntax
>
> The documentation for pydoc says:
> "Run "pydoc " to show documentation