[Python-Dev] [development doc updates]

Fredrik Lundh fredrik@pythonware.com
Tue, 21 May 2002 18:09:22 +0200


david wrote:

> > 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)

to fix this, just add a "nowrap" attribute to the first TD in each
function table.

</F>