2 Jan 2011 23:45
[ docutils-Bugs-3149845 ] docutils broken on python-3.2 due to configparser changes
SourceForge.net <noreply <at> sourceforge.net>
2011-01-02 22:45:38 GMT
2011-01-02 22:45:38 GMT
Bugs item #3149845, was opened at 2011-01-02 18:22 Message generated for change (Comment added) made by gbrandl You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=422030&aid=3149845&group_id=38414 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Toshio Kuratomi (abadger1999) Assigned to: Nobody/Anonymous (nobody) Summary: docutils broken on python-3.2 due to configparser changes Initial Comment: Python-3.2 replaces ConfigParser with SafeConfigParser. One of the ramifications of this is that the code now checks that any value set() on ConfigParser is a string. This leads to tracebacks like this from running the unittests: ====================================================================== ERROR: test_odt_tables1 (test_writers.test_odt.DocutilsOdtTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "/builddir/build/BUILD/python3-python-docutils-0.7-3.fc15/test/test_writers/test_odt.py", line 156, in test_odt_tables1(Continue reading)
RSS Feed