[Docstring-develop] Re: Bug or misfeature? Negative integers in tables
Status: Pre-Alpha
Brought to you by:
goodger
|
From: David G. <go...@us...> - 2002-04-16 22:55:29
|
Hi Ueli,
You've definitely found a bug. The negative numbers are the key here; the
tables have nothing to do with it. A freestanding paragraph like this would
also produce incorrect output:
-1
I think your first suggestion is the way to go:
> Require non-empty descriptions for options
I'll try to fix it as soon as possible.
If you find any other surprises, an easy way to diagnose them is to use the
"publish.py" front-end, which produces pretty-printed pseudo-XML of the
internal data strucutre. It will show you exactly what the parser sees.
Thanks for the bug report!
--
David Goodger go...@us... Open-source projects:
- Python Docstring Processing System: http://docstring.sourceforge.net
- reStructuredText: http://structuredtext.sourceforge.net
- The Go Tools Project: http://gotools.sourceforge.net
|