R: [Python-Dev] Deprecating string exceptions

Guido van Rossum guido@python.org
Thu, 28 Mar 2002 13:45:52 -0500


----------
> > I do lament it!  It's a shame that the only useful diagram is hidden
> > in a C source file.
> 
> >>> import exceptions
> >>> print exceptions.__doc__[1109:]

Now, in addition, I lament the fact that we've got two disjointly
developed sets of documentation, fighting over who can be called
authoritative: doc strings and the HTML docs on the web. :-(

--Guido van Rossum (home page: http://www.python.org/~guido/)