This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mitya57
Recipients Arfrever, christian.heimes, eli.bendersky, ezio.melotti, flox, georg.brandl, larry, mitya57, pitrou, python-dev, skrah
Date 2012-11-09.13:49:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1352468992.81.0.107703833176.issue16089@psf.upfronthosting.co.za>
In-reply-to
Content
There are still some false-positive warnings caused by C code that affect docutils (see http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3555164&group_id=38414).

Look at this traceback for exmaple:

http://paste.ubuntu.com/1345164/

There, _ElementInterfaceWrapper is a subclass of etree._ElementInterface (http://repo.or.cz/w/docutils.git/blob/HEAD:/docutils/docutils/writers/odf_odt/__init__.py#l91).
History
Date User Action Args
2012-11-09 13:49:52mitya57setrecipients: + mitya57, georg.brandl, pitrou, larry, christian.heimes, ezio.melotti, Arfrever, eli.bendersky, skrah, flox, python-dev
2012-11-09 13:49:52mitya57setmessageid: <1352468992.81.0.107703833176.issue16089@psf.upfronthosting.co.za>
2012-11-09 13:49:52mitya57linkissue16089 messages
2012-11-09 13:49:52mitya57create