[reportlab-users] bug?

Guillaume Constant reportlab-users@reportlab.com
Thu, 22 Jul 2004 09:42:57 +0200


This is a multi-part message in MIME format.

------=_NextPart_000_0005_01C46FD0.44EF9850
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

First : it has certainly ever been noticed but "__doc__" of "Table" =
module can't be read with pydoc

Second and more awkard : 2 Table methods are not defined:
look at tables.py:
    from line 688:
        def _drawHLines(self, (sc, sr), (ec, er), weight, color):
            ecp =3D self._colpositions[sc:ec+2]
            rp =3D self._rowpositions[sr:er+1]
            ...
_colpositions and _rowpositions ar not defined anywhere (neither in =
Table nor in parent Class)
------=_NextPart_000_0005_01C46FD0.44EF9850
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2800.1276" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY>
<DIV><FONT face=3DArial size=3D2>First : it has certainly ever been =
noticed but=20
"__doc__" of "Table" module can't be&nbsp;read with pydoc</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Second and more awkard : 2 Table =
methods are not=20
defined:</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>look at tables.py:</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>&nbsp;&nbsp;&nbsp; from line =
688:</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; =
<EM>def=20
_drawHLines(self, (sc, sr), (ec, er), weight,=20
color):<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; =
ecp =3D=20
self._colpositions[sc:ec+2]<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
=20
&nbsp;&nbsp;&nbsp; rp =3D self._rowpositions[sr:er+1]</EM></FONT></DIV>
<DIV><FONT face=3DArial size=3D2><EM>&nbsp;&nbsp;&nbsp; =
&nbsp;&nbsp;&nbsp;=20
&nbsp;&nbsp;&nbsp; ...</EM></FONT></DIV>
<DIV><FONT face=3DArial size=3D2>_colpositions and _rowpositions ar not =
defined=20
anywhere (neither in Table nor in parent =
Class)</FONT></DIV></BODY></HTML>

------=_NextPart_000_0005_01C46FD0.44EF9850--