[Python-Dev] [development doc updates]
David Abrahams
David Abrahams" <david.abrahams@rcn.com
Tue, 21 May 2002 11:26:59 -0400
----- Original Message -----
From: "Fred L. Drake" <fdrake@acm.org>
To: <python-dev@python.org>; <doc-sig@python.org>; <python-list@python.org>
Sent: Tuesday, May 21, 2002 11:05 AM
Subject: [Python-Dev] [development doc updates]
> The development version of the documentation has been updated:
>
> http://www.python.org/dev/doc/devel/
>
> Experimental change: Add some really heavy markup in function signatures
> so that when the signature line is wrapped because the browser window is
> too narrow, the argument list will wrap to the left parenthesis opening
the
> argument list.
Cool idea! I'm going to have to steal it... after you fix it ;-)
On IE6, the doc for excepthook at
http://www.python.org/dev/doc/devel/lib/module-sys.html looks like this
when wrapped:
excepthook type, value,
( traceback)
-Dave