[Python-Dev] [development doc updates]

David Abrahams david.abrahams at rcn.com
Tue May 21 11:26:59 EDT 2002


----- Original Message -----
From: "Fred L. Drake" <fdrake at acm.org>
To: <python-dev at python.org>; <doc-sig at python.org>; <python-list at 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






More information about the Python-list mailing list