<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.text.docutils.devel">
    <title>gmane.text.docutils.devel</title>
    <link>http://blog.gmane.org/gmane.text.docutils.devel</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.docutils.devel/6516"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.docutils.devel/6515"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.docutils.devel/6514"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.docutils.devel/6513"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.docutils.devel/6512"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.docutils.devel/6511"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.docutils.devel/6510"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.docutils.devel/6509"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.docutils.devel/6508"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.docutils.devel/6507"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.docutils.devel/6506"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.docutils.devel/6505"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.docutils.devel/6504"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.docutils.devel/6503"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.docutils.devel/6502"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.docutils.devel/6501"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.docutils.devel/6500"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.docutils.devel/6499"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.docutils.devel/6498"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.docutils.devel/6497"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.text.docutils.devel/6516">
    <title>[docutils:bugs] #200 odf writer fails when runwith Python3.3b1</title>
    <link>http://permalink.gmane.org/gmane.text.docutils.devel/6516</link>
    <description>&lt;pre&gt;In Python 2.5 and 2.6, as well as in the standalone ElementTree module, etree.Element is a factory function, not a class.

Reference:
http://effbot.org/zone/pythondoc-elementtree-ElementTree.htm#elementtree.ElementTree.Element-function



---

** [bugs:#200] odf writer fails when run with Python3.3b1**

**Status:** open
**Created:** Tue Aug 07, 2012 07:32 PM UTC by Anonymous
**Last Updated:** Thu May 16, 2013 09:02 PM UTC
**Owner:** nobody

A few of the tests in test\_writers.test\_odt.DocutilsOdtTestCase fail when run against Python 3.3b1, with tracebacks of the form:

======================================================================
ERROR: test\_odt\_basic \(test\_writers.test\_odt.DocutilsOdtTestCase\)
\----------------------------------------------------------------------
Traceback \(most recent call last\):
File "/home/david/coding/python3.3/python-docutils/python3-python-docutils-0.10-0.2.20120730svn7490.fc18/test3/test\_writers/test\_odt.py", line 151, in test\_odt\_basic
self.process\_test\('odt\_basic.txt', 'odt\_basic.odt',
File "/home/david/coding/python3.3/python-docutils/python3-python-docutils-0.10-0.2.20120730svn7490.fc18/test3/test\_writers/test\_odt.py", line 104, in process\_test
settings\_overrides=settings\_overrides\)
File "/home/david/coding/python3.3/python-docutils/python3-python-docutils-0.10-0.2.20120730svn7490.fc18/build/lib/docutils/core.py", line 414, in publish\_string
enable\_exit\_status=enable\_exit\_status\)
File "/home/david/coding/python3.3/python-docutils/python3-python-docutils-0.10-0.2.20120730svn7490.fc18/build/lib/docutils/core.py", line 662, in publish\_programmatically
output = pub.publish\(enable\_exit\_status=enable\_exit\_status\)
File "/home/david/coding/python3.3/python-docutils/python3-python-docutils-0.10-0.2.20120730svn7490.fc18/build/lib/docutils/core.py", line 219, in publish
output = self.writer.write\(self.document, self.destination\)
File "/home/david/coding/python3.3/python-docutils/python3-python-docutils-0.10-0.2.20120730svn7490.fc18/build/lib/docutils/writers/\_\_init\_\_.py", line 80, in write
self.translate\(\)
File "/home/david/coding/python3.3/python-docutils/python3-python-docutils-0.10-0.2.20120730svn7490.fc18/build/lib/docutils/writers/odf\_odt/\_\_init\_\_.py", line 548, in translate
self.visitor = self.translator\_class\(self.document\)
File "/home/david/coding/python3.3/python-docutils/python3-python-docutils-0.10-0.2.20120730svn7490.fc18/build/lib/docutils/writers/odf\_odt/\_\_init\_\_.py", line 822, in \_\_init\_\_
SubElement\(root, 'office:scripts'\)
File "/home/david/coding/python3.3/python-docutils/python3-python-docutils-0.10-0.2.20120730svn7490.fc18/build/lib/docutils/writers/odf\_odt/\_\_init\_\_.py", line 287, in SubElement
parent.append\(el\)
File "/usr/lib64/python3.3/xml/etree/ElementTree.py", line 280, in append
self.\_assert\_is\_element\(element\)
File "/usr/lib64/python3.3/xml/etree/ElementTree.py", line 305, in \_assert\_is\_element
raise TypeError\('expected an Element, not %s' % type\(e\).\_\_name\_\_\)
TypeError: expected an Element, not \_ElementInterfaceWrapper


These assertions are due to type-checking that was added in Python 3.3 to xml.etree - this was http://bugs.python.org/issue13782 \("xml.etree.ElementTree: Element.append doesn't type-check its argument"\).

What I think is happening is that \_ElementInterfaceWrapper is a subclass of the Element class defined in xml/etree/ElementTree.py, but that file later has this code:
\# Import the C accelerators
try:
\# Element, SubElement, ParseError, TreeBuilder, XMLParser
from \_elementtree import \*
except ImportError:
pass
which happens after \_ElementInterfaceWrapper has been set; hence that type-checking is expecting Element to be a \_elementree.Element, rather than the pure-python Element implementation.



---

Sent from sourceforge.net because you indicated interest in &amp;lt;https://sourceforge.net/p/docutils/bugs/200/&amp;gt;

To unsubscribe from further messages, please visit &amp;lt;https://sourceforge.net/auth/subscriptions/&amp;gt;------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d&lt;/pre&gt;</description>
    <dc:creator>Jakub Wilk</dc:creator>
    <dc:date>2013-05-18T16:49:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.docutils.devel/6515">
    <title>[docutils:bugs] #210 More tests failures withPython 3.3</title>
    <link>http://permalink.gmane.org/gmane.text.docutils.devel/6515</link>
    <description>&lt;pre&gt;I should have mentioned that 3.3 is not the only version that is affected, as http://bugs.python.org/issue16013 has been backported to other branches. More specifically, these are the versions in which the patch was introduced:

* 2.7.4
* 3.2.4
* 3.3.1


---

** [bugs:#210] More tests failures with Python 3.3**

**Status:** closed-fixed
**Created:** Fri Nov 02, 2012 06:37 PM UTC by Dmitry Shachnev
**Last Updated:** Thu May 16, 2013 08:39 PM UTC
**Owner:** nobody

\[ Note that I'm using 20121021 snapshot from python 3.3 branch. \]

Full log is here: http://paste.ubuntu.com/1327088/.

One of failing tests:

======================================================================
FAIL: test\_parsers/test\_rst/test\_directives/test\_tables.py: totest\['csv-table'\]\[18\]; test\_parser \(DocutilsTestSupport.ParserTestCase\)
\----------------------------------------------------------------------
Traceback \(most recent call last\):
File "/tmp/tmp.aJx8sUfgDT/tree0t-python3-docutils-testtmp/adttmp/test/DocutilsTestSupport.py", line 456, in test\_parser
self.compare\_output\(self.input, output, self.expected\)
File "/tmp/tmp.aJx8sUfgDT/tree0t-python3-docutils-testtmp/adttmp/test/DocutilsTestSupport.py", line 227, in compare\_output
raise error
File "/tmp/tmp.aJx8sUfgDT/tree0t-python3-docutils-testtmp/adttmp/test/DocutilsTestSupport.py", line 214, in compare\_output
self.assertEqual\(output, expected\)
File "/tmp/tmp.aJx8sUfgDT/tree0t-python3-docutils-testtmp/adttmp/test/DocutilsTestSupport.py", line 119, in assertEqual
raise self.failureException\(msg or '%s \!= %s' % \_format\_str\(first, second\)\)
AssertionError: '''\
&amp;amp;lt;document source="test data"&amp;amp;gt;
&amp;amp;lt;table&amp;amp;gt;
&amp;amp;lt;title&amp;amp;gt;
bad CSV data
&amp;amp;lt;tgroup cols="2"&amp;amp;gt;
&amp;amp;lt;colspec colwidth="50"&amp;amp;gt;
&amp;amp;lt;colspec colwidth="50"&amp;amp;gt;
&amp;amp;lt;tbody&amp;amp;gt;
&amp;amp;lt;row&amp;amp;gt;
&amp;amp;lt;entry&amp;amp;gt;
&amp;amp;lt;paragraph&amp;amp;gt;
bad
&amp;amp;lt;entry&amp;amp;gt;
&amp;amp;lt;paragraph&amp;amp;gt;
csv, data''' \!= '''\
&amp;amp;lt;document source="test data"&amp;amp;gt;
&amp;amp;lt;system\_message level="3" line="1" source="test data" type="ERROR"&amp;amp;gt;
&amp;amp;lt;paragraph&amp;amp;gt;
Error with CSV data in "csv-table" directive:
newline inside string
&amp;amp;lt;literal\_block xml:space="preserve"&amp;amp;gt;
.. csv-table:: bad CSV data
\n\
"bad", "csv, data'''


---

Sent from sourceforge.net because you indicated interest in &amp;lt;https://sourceforge.net/p/docutils/bugs/210/&amp;gt;

To unsubscribe from further messages, please visit &amp;lt;https://sourceforge.net/auth/subscriptions/&amp;gt;------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d&lt;/pre&gt;</description>
    <dc:creator>Jakub Wilk</dc:creator>
    <dc:date>2013-05-16T21:42:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.docutils.devel/6514">
    <title>[docutils:bugs] #235 Test failure with Python 3.3.2: test_tables.py: totest['csv-table'][13]</title>
    <link>http://permalink.gmane.org/gmane.text.docutils.devel/6514</link>
    <description>&lt;pre&gt;- **status**: open --&amp;gt; closed-fixed



---

** [bugs:#235] Test failure with Python 3.3.2: test_tables.py: totest['csv-table'][13]**

**Status:** closed-fixed
**Created:** Thu May 16, 2013 06:32 PM UTC by Jakub Wilk
**Last Updated:** Thu May 16, 2013 09:27 PM UTC
**Owner:** nobody

http://hg.python.org/cpython/rev/a38dd5df235c (included in Python 3.3.2) causes yet another test failure:

~~~~~
test_parsers/test_rst/test_directives/test_tables.py: totest['csv-table'][13]; test_parser (DocutilsTestSupport.ParserTestCase)
input:
b'.. csv-table:: bad URL\n   :url: bogus.csv\n'
-: expected
+: output
  &amp;lt;document source="test data"&amp;gt;
      &amp;lt;system_message level="4" line="1" source="test data" type="SEVERE"&amp;gt;
          &amp;lt;paragraph&amp;gt;
              Problems with "csv-table" directive URL "bogus.csv":
-             unknown url type: bogus.csv.
+             unknown url type: 'bogus.csv'.
?                               +         +
          &amp;lt;literal_block xml:space="preserve"&amp;gt;
              .. csv-table:: bad URL
                 :url: bogus.csv

======================================================================
FAIL: test_parsers/test_rst/test_directives/test_tables.py: totest['csv-table'][13]; test_parser (DocutilsTestSupport.ParserTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/jwilk/docutils-0.10/test3/DocutilsTestSupport.py", line 473, in test_parser
    self.compare_output(self.input, output, self.expected)
  File "/home/jwilk/docutils-0.10/test3/DocutilsTestSupport.py", line 244, in compare_output
    raise error
  File "/home/jwilk/docutils-0.10/test3/DocutilsTestSupport.py", line 231, in compare_output
    self.assertEqual(output, expected)
  File "/home/jwilk/docutils-0.10/test3/DocutilsTestSupport.py", line 123, in assertEqual
    msg or '%s != %s' % _format_str(first, second))
AssertionError: '''\
&amp;lt;document source="test data"&amp;gt;
    &amp;lt;system_message level="4" line="1" source="test data" type="SEVERE"&amp;gt;
        &amp;lt;paragraph&amp;gt;
            Problems with "csv-table" directive URL "bogus.csv":
            unknown url type: \'bogus.csv\'.
        &amp;lt;literal_block xml:space="preserve"&amp;gt;
            .. csv-table:: bad URL
               :url: bogus.csv''' != '''\
&amp;lt;document source="test data"&amp;gt;
    &amp;lt;system_message level="4" line="1" source="test data" type="SEVERE"&amp;gt;
        &amp;lt;paragraph&amp;gt;
            Problems with "csv-table" directive URL "bogus.csv":
            unknown url type: bogus.csv.
        &amp;lt;literal_block xml:space="preserve"&amp;gt;
            .. csv-table:: bad URL
               :url: bogus.csv'''

----------------------------------------------------------------------
~~~~~



---

Sent from sourceforge.net because you indicated interest in &amp;lt;https://sourceforge.net/p/docutils/bugs/235/&amp;gt;

To unsubscribe from further messages, please visit &amp;lt;https://sourceforge.net/auth/subscriptions/&amp;gt;------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d&lt;/pre&gt;</description>
    <dc:creator>"Günter Milde" </dc:creator>
    <dc:date>2013-05-16T21:40:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.docutils.devel/6513">
    <title>[docutils:bugs] #235 Test failure with Python 3.3.2: test_tables.py: totest['csv-table'][13]</title>
    <link>http://permalink.gmane.org/gmane.text.docutils.devel/6513</link>
    <description>&lt;pre&gt;Yes, it does. Thanks for the quick fix! :-)


---

** [bugs:#235] Test failure with Python 3.3.2: test_tables.py: totest['csv-table'][13]**

**Status:** open
**Created:** Thu May 16, 2013 06:32 PM UTC by Jakub Wilk
**Last Updated:** Thu May 16, 2013 08:50 PM UTC
**Owner:** nobody

http://hg.python.org/cpython/rev/a38dd5df235c (included in Python 3.3.2) causes yet another test failure:

~~~~~
test_parsers/test_rst/test_directives/test_tables.py: totest['csv-table'][13]; test_parser (DocutilsTestSupport.ParserTestCase)
input:
b'.. csv-table:: bad URL\n   :url: bogus.csv\n'
-: expected
+: output
  &amp;lt;document source="test data"&amp;gt;
      &amp;lt;system_message level="4" line="1" source="test data" type="SEVERE"&amp;gt;
          &amp;lt;paragraph&amp;gt;
              Problems with "csv-table" directive URL "bogus.csv":
-             unknown url type: bogus.csv.
+             unknown url type: 'bogus.csv'.
?                               +         +
          &amp;lt;literal_block xml:space="preserve"&amp;gt;
              .. csv-table:: bad URL
                 :url: bogus.csv

======================================================================
FAIL: test_parsers/test_rst/test_directives/test_tables.py: totest['csv-table'][13]; test_parser (DocutilsTestSupport.ParserTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/jwilk/docutils-0.10/test3/DocutilsTestSupport.py", line 473, in test_parser
    self.compare_output(self.input, output, self.expected)
  File "/home/jwilk/docutils-0.10/test3/DocutilsTestSupport.py", line 244, in compare_output
    raise error
  File "/home/jwilk/docutils-0.10/test3/DocutilsTestSupport.py", line 231, in compare_output
    self.assertEqual(output, expected)
  File "/home/jwilk/docutils-0.10/test3/DocutilsTestSupport.py", line 123, in assertEqual
    msg or '%s != %s' % _format_str(first, second))
AssertionError: '''\
&amp;lt;document source="test data"&amp;gt;
    &amp;lt;system_message level="4" line="1" source="test data" type="SEVERE"&amp;gt;
        &amp;lt;paragraph&amp;gt;
            Problems with "csv-table" directive URL "bogus.csv":
            unknown url type: \'bogus.csv\'.
        &amp;lt;literal_block xml:space="preserve"&amp;gt;
            .. csv-table:: bad URL
               :url: bogus.csv''' != '''\
&amp;lt;document source="test data"&amp;gt;
    &amp;lt;system_message level="4" line="1" source="test data" type="SEVERE"&amp;gt;
        &amp;lt;paragraph&amp;gt;
            Problems with "csv-table" directive URL "bogus.csv":
            unknown url type: bogus.csv.
        &amp;lt;literal_block xml:space="preserve"&amp;gt;
            .. csv-table:: bad URL
               :url: bogus.csv'''

----------------------------------------------------------------------
~~~~~



---

Sent from sourceforge.net because you indicated interest in &amp;lt;https://sourceforge.net/p/docutils/bugs/235/&amp;gt;

To unsubscribe from further messages, please visit &amp;lt;https://sourceforge.net/auth/subscriptions/&amp;gt;------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d&lt;/pre&gt;</description>
    <dc:creator>Jakub Wilk</dc:creator>
    <dc:date>2013-05-16T21:27:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.docutils.devel/6512">
    <title>[docutils:bugs] #200 odf writer fails when runwith Python3.3b1</title>
    <link>http://permalink.gmane.org/gmane.text.docutils.devel/6512</link>
    <description>&lt;pre&gt;Can we just import etree.Element instead of etree._ElementInterface?

Would this solve the issue?



---

** [bugs:#200] odf writer fails when run with Python3.3b1**

**Status:** open
**Created:** Tue Aug 07, 2012 07:32 PM UTC by Anonymous
**Last Updated:** Thu May 16, 2013 05:24 PM UTC
**Owner:** nobody

A few of the tests in test\_writers.test\_odt.DocutilsOdtTestCase fail when run against Python 3.3b1, with tracebacks of the form:

======================================================================
ERROR: test\_odt\_basic \(test\_writers.test\_odt.DocutilsOdtTestCase\)
\----------------------------------------------------------------------
Traceback \(most recent call last\):
File "/home/david/coding/python3.3/python-docutils/python3-python-docutils-0.10-0.2.20120730svn7490.fc18/test3/test\_writers/test\_odt.py", line 151, in test\_odt\_basic
self.process\_test\('odt\_basic.txt', 'odt\_basic.odt',
File "/home/david/coding/python3.3/python-docutils/python3-python-docutils-0.10-0.2.20120730svn7490.fc18/test3/test\_writers/test\_odt.py", line 104, in process\_test
settings\_overrides=settings\_overrides\)
File "/home/david/coding/python3.3/python-docutils/python3-python-docutils-0.10-0.2.20120730svn7490.fc18/build/lib/docutils/core.py", line 414, in publish\_string
enable\_exit\_status=enable\_exit\_status\)
File "/home/david/coding/python3.3/python-docutils/python3-python-docutils-0.10-0.2.20120730svn7490.fc18/build/lib/docutils/core.py", line 662, in publish\_programmatically
output = pub.publish\(enable\_exit\_status=enable\_exit\_status\)
File "/home/david/coding/python3.3/python-docutils/python3-python-docutils-0.10-0.2.20120730svn7490.fc18/build/lib/docutils/core.py", line 219, in publish
output = self.writer.write\(self.document, self.destination\)
File "/home/david/coding/python3.3/python-docutils/python3-python-docutils-0.10-0.2.20120730svn7490.fc18/build/lib/docutils/writers/\_\_init\_\_.py", line 80, in write
self.translate\(\)
File "/home/david/coding/python3.3/python-docutils/python3-python-docutils-0.10-0.2.20120730svn7490.fc18/build/lib/docutils/writers/odf\_odt/\_\_init\_\_.py", line 548, in translate
self.visitor = self.translator\_class\(self.document\)
File "/home/david/coding/python3.3/python-docutils/python3-python-docutils-0.10-0.2.20120730svn7490.fc18/build/lib/docutils/writers/odf\_odt/\_\_init\_\_.py", line 822, in \_\_init\_\_
SubElement\(root, 'office:scripts'\)
File "/home/david/coding/python3.3/python-docutils/python3-python-docutils-0.10-0.2.20120730svn7490.fc18/build/lib/docutils/writers/odf\_odt/\_\_init\_\_.py", line 287, in SubElement
parent.append\(el\)
File "/usr/lib64/python3.3/xml/etree/ElementTree.py", line 280, in append
self.\_assert\_is\_element\(element\)
File "/usr/lib64/python3.3/xml/etree/ElementTree.py", line 305, in \_assert\_is\_element
raise TypeError\('expected an Element, not %s' % type\(e\).\_\_name\_\_\)
TypeError: expected an Element, not \_ElementInterfaceWrapper


These assertions are due to type-checking that was added in Python 3.3 to xml.etree - this was http://bugs.python.org/issue13782 \("xml.etree.ElementTree: Element.append doesn't type-check its argument"\).

What I think is happening is that \_ElementInterfaceWrapper is a subclass of the Element class defined in xml/etree/ElementTree.py, but that file later has this code:
\# Import the C accelerators
try:
\# Element, SubElement, ParseError, TreeBuilder, XMLParser
from \_elementtree import \*
except ImportError:
pass
which happens after \_ElementInterfaceWrapper has been set; hence that type-checking is expecting Element to be a \_elementree.Element, rather than the pure-python Element implementation.



---

Sent from sourceforge.net because you indicated interest in &amp;lt;https://sourceforge.net/p/docutils/bugs/200/&amp;gt;

To unsubscribe from further messages, please visit &amp;lt;https://sourceforge.net/auth/subscriptions/&amp;gt;------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d&lt;/pre&gt;</description>
    <dc:creator>"Günter Milde" </dc:creator>
    <dc:date>2013-05-16T21:02:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.docutils.devel/6511">
    <title>[docutils:bugs] #204 Further Python 3.3 failures</title>
    <link>http://permalink.gmane.org/gmane.text.docutils.devel/6511</link>
    <description>&lt;pre&gt;The issue seems to be solved in 3.3.1, test_inline_markup.py runs fine.


---

** [bugs:#204] Further Python 3.3 failures**

**Status:** closed-fixed
**Created:** Thu Aug 23, 2012 09:35 PM UTC by Anonymous
**Last Updated:** Thu Aug 23, 2012 09:35 PM UTC
**Owner:** nobody

I've been attempting to get python-docutils to build with Python 3.3 \(3.3.0b2\).
With a fresh svn checkout:

$ python3 setup.py build
$ python3 test3/alltests.py

I get these errors:
test\_parsers/test\_rst/test\_inline\_markup.py: totest\['markup recognition rules'\]\[4\]; test\_parser \(DocutilsTestSupport.ParserTestCase\)
input:
b'"Quoted" markup start-string \(matched openers &amp;amp; closers\) -&amp;amp;gt; no markup:\n\n\'\*\' "\*" \(\*\) &amp;amp;lt;\*&amp;amp;gt; \[\*\] \{\*\}\n\\\u2045\*\\\u2046\n\nSome international quoting styles:\n\\\u2018\*\\\u2019 \\\u201c\*\\\u201d English, ...,\n\\\u201e\*\\\u201c \\\u201a\*\\\u2018 \xbb\*\xab \\\u203a\*\\\u2039 German, Czech, ...,\n\\\u201e\*\\\u201d \xab\*\xbb Romanian,\n\\\u201c\*\\\u201e \\\u2018\*\\\u201a Greek,\n\\\u300c\*\\\u300d \\\u300e\*\\\u300ftraditional Chinese,\n\\\u201d\*\\\u201d \\\u2019\*\\\u2019 \xbb\*\xbb \\\u203a\*\\\u203a Swedish, Finnish,\n\\\u201e\*\\\u201d \\\u201a\*\\\u2019 Polish,\n\\\u201e\*\\\u201d \xbb\*\xab \\\u2019\*\\\u2019 Hungarian,\n\nBut this is \\\u201e\*\\\u2019 emphasized \xbb\*\\\u2039.\n'
-: expected
+: output
&amp;amp;lt;document source="test data"&amp;amp;gt;
&amp;amp;lt;paragraph&amp;amp;gt;
"Quoted" markup start-string \(matched openers &amp;amp; closers\) -&amp;amp;gt; no markup:
&amp;amp;lt;paragraph&amp;amp;gt;
'\*' "\*" \(\*\) &amp;amp;lt;\*&amp;amp;gt; \[\*\] \{\*\}
⁅\*⁆
&amp;amp;lt;paragraph&amp;amp;gt;
Some international quoting styles:
\+         ‘
\+         &amp;amp;lt;emphasis&amp;amp;gt;
\+             ’ “
\-         ‘\*’ “\*” English, ...,
?         ------
\+         ” English, ...,
\+         „\*“ ‚\*‘ »\*« ›
\+         &amp;amp;lt;emphasis&amp;amp;gt;
\-         „\*“ ‚\*‘ »\*« ›\*‹ German, Czech, ...,
?         --- --- --- ^^
\+             ‹ German, Czech, ...,
?            ^
\+             „
\-         „\*” «\*» Romanian,
?         --
\+         ” «\*» Romanian,
“\*„ ‘\*‚ Greek,
「\*」 『\*』traditional Chinese,
”\*” ’\*’ »\*» ›\*› Swedish, Finnish,
„\*” ‚\*’ Polish,
„\*” »\*« ’\*’ Hungarian,
&amp;amp;lt;paragraph&amp;amp;gt;
But this is „
&amp;amp;lt;emphasis&amp;amp;gt;
’ emphasized »
‹.
F..........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
======================================================================
ERROR: test\_unicode \(test\_error\_reporting.ErrorStringTests\)
\----------------------------------------------------------------------
Traceback \(most recent call last\):
File "/home/david/coding/python3.3/docutils/trunk/docutils/test3/test\_error\_reporting.py", line 154, in test\_unicode
str\(ErrorString\(ImportError\(self.bs\)\)\)\)
File "/home/david/coding/python3.3/docutils/trunk/docutils/build/lib/docutils/utils/error\_reporting.py", line 124, in \_\_str\_\_
super\(ErrorString, self\).\_\_str\_\_\(\)\)
File "/home/david/coding/python3.3/docutils/trunk/docutils/build/lib/docutils/utils/error\_reporting.py", line 74, in \_\_str\_\_
return str\(self.data\)
TypeError: \_\_str\_\_ returned non-string \(type bytes\)

======================================================================
FAIL: test\_parsers/test\_rst/test\_inline\_markup.py: totest\['markup recognition rules'\]\[4\]; test\_parser \(DocutilsTestSupport.ParserTestCase\)
\----------------------------------------------------------------------
Traceback \(most recent call last\):
File "/home/david/coding/python3.3/docutils/trunk/docutils/test3/DocutilsTestSupport.py", line 459, in test\_parser
self.compare\_output\(self.input, output, self.expected\)
File "/home/david/coding/python3.3/docutils/trunk/docutils/test3/DocutilsTestSupport.py", line 230, in compare\_output
raise error
File "/home/david/coding/python3.3/docutils/trunk/docutils/test3/DocutilsTestSupport.py", line 217, in compare\_output
self.assertEqual\(output, expected\)
File "/home/david/coding/python3.3/docutils/trunk/docutils/test3/DocutilsTestSupport.py", line 122, in assertEqual
raise self.failureException\(msg or '%s \!= %s' % \_format\_str\(first, second\)\)
AssertionError: '''\
&amp;amp;lt;document source="test data"&amp;amp;gt;
&amp;amp;lt;paragraph&amp;amp;gt;
"Quoted" markup start-string \(matched openers &amp;amp; closers\) -&amp;amp;gt; no markup:
&amp;amp;lt;paragraph&amp;amp;gt;
\'\*\' "\*" \(\*\) &amp;amp;lt;\*&amp;amp;gt; \[\*\] \{\*\}
⁅\*⁆
&amp;amp;lt;paragraph&amp;amp;gt;
Some international quoting styles:
‘
&amp;amp;lt;emphasis&amp;amp;gt;
’ “
” English, ...,
„\*“ ‚\*‘ »\*« ›
&amp;amp;lt;emphasis&amp;amp;gt;
‹ German, Czech, ...,
„
” «\*» Romanian,
“\*„ ‘\*‚ Greek,
「\*」 『\*』traditional Chinese,
”\*” ’\*’ »\*» ›\*› Swedish, Finnish,
„\*” ‚\*’ Polish,
„\*” »\*« ’\*’ Hungarian,
&amp;amp;lt;paragraph&amp;amp;gt;
But this is „
&amp;amp;lt;emphasis&amp;amp;gt;
’ emphasized »
‹.''' \!= '''\
&amp;amp;lt;document source="test data"&amp;amp;gt;
&amp;amp;lt;paragraph&amp;amp;gt;
"Quoted" markup start-string \(matched openers &amp;amp; closers\) -&amp;amp;gt; no markup:
&amp;amp;lt;paragraph&amp;amp;gt;
\'\*\' "\*" \(\*\) &amp;amp;lt;\*&amp;amp;gt; \[\*\] \{\*\}
⁅\*⁆
&amp;amp;lt;paragraph&amp;amp;gt;
Some international quoting styles:
‘\*’ “\*” English, ...,
„\*“ ‚\*‘ »\*« ›\*‹ German, Czech, ...,
„\*” «\*» Romanian,
“\*„ ‘\*‚ Greek,
「\*」 『\*』traditional Chinese,
”\*” ’\*’ »\*» ›\*› Swedish, Finnish,
„\*” ‚\*’ Polish,
„\*” »\*« ’\*’ Hungarian,
&amp;amp;lt;paragraph&amp;amp;gt;
But this is „
&amp;amp;lt;emphasis&amp;amp;gt;
’ emphasized »
‹.'''

\----------------------------------------------------------------------


along with the errors already reported as: https://sourceforge.net/tracker/?func=detail&amp;amp;aid=3555164&amp;amp;group\_id=38414&amp;amp;atid=422030


---

Sent from sourceforge.net because you indicated interest in &amp;lt;https://sourceforge.net/p/docutils/bugs/204/&amp;gt;

To unsubscribe from further messages, please visit &amp;lt;https://sourceforge.net/auth/subscriptions/&amp;gt;------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d&lt;/pre&gt;</description>
    <dc:creator>"Günter Milde" </dc:creator>
    <dc:date>2013-05-16T20:56:01</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.docutils.devel/6510">
    <title>[docutils:bugs] #204 Further Python 3.3 failures</title>
    <link>http://permalink.gmane.org/gmane.text.docutils.devel/6510</link>
    <description>&lt;pre&gt;- **status**: open --&amp;gt; closed-fixed
- **Group**:  --&amp;gt; sandbox



---

** [bugs:#204] Further Python 3.3 failures**

**Status:** closed-fixed
**Created:** Thu Aug 23, 2012 09:35 PM UTC by Anonymous
**Last Updated:** Thu Aug 23, 2012 09:35 PM UTC
**Owner:** nobody

I've been attempting to get python-docutils to build with Python 3.3 \(3.3.0b2\).
With a fresh svn checkout:

$ python3 setup.py build
$ python3 test3/alltests.py

I get these errors:
test\_parsers/test\_rst/test\_inline\_markup.py: totest\['markup recognition rules'\]\[4\]; test\_parser \(DocutilsTestSupport.ParserTestCase\)
input:
b'"Quoted" markup start-string \(matched openers &amp;amp; closers\) -&amp;amp;gt; no markup:\n\n\'\*\' "\*" \(\*\) &amp;amp;lt;\*&amp;amp;gt; \[\*\] \{\*\}\n\\\u2045\*\\\u2046\n\nSome international quoting styles:\n\\\u2018\*\\\u2019 \\\u201c\*\\\u201d English, ...,\n\\\u201e\*\\\u201c \\\u201a\*\\\u2018 \xbb\*\xab \\\u203a\*\\\u2039 German, Czech, ...,\n\\\u201e\*\\\u201d \xab\*\xbb Romanian,\n\\\u201c\*\\\u201e \\\u2018\*\\\u201a Greek,\n\\\u300c\*\\\u300d \\\u300e\*\\\u300ftraditional Chinese,\n\\\u201d\*\\\u201d \\\u2019\*\\\u2019 \xbb\*\xbb \\\u203a\*\\\u203a Swedish, Finnish,\n\\\u201e\*\\\u201d \\\u201a\*\\\u2019 Polish,\n\\\u201e\*\\\u201d \xbb\*\xab \\\u2019\*\\\u2019 Hungarian,\n\nBut this is \\\u201e\*\\\u2019 emphasized \xbb\*\\\u2039.\n'
-: expected
+: output
&amp;amp;lt;document source="test data"&amp;amp;gt;
&amp;amp;lt;paragraph&amp;amp;gt;
"Quoted" markup start-string \(matched openers &amp;amp; closers\) -&amp;amp;gt; no markup:
&amp;amp;lt;paragraph&amp;amp;gt;
'\*' "\*" \(\*\) &amp;amp;lt;\*&amp;amp;gt; \[\*\] \{\*\}
⁅\*⁆
&amp;amp;lt;paragraph&amp;amp;gt;
Some international quoting styles:
\+         ‘
\+         &amp;amp;lt;emphasis&amp;amp;gt;
\+             ’ “
\-         ‘\*’ “\*” English, ...,
?         ------
\+         ” English, ...,
\+         „\*“ ‚\*‘ »\*« ›
\+         &amp;amp;lt;emphasis&amp;amp;gt;
\-         „\*“ ‚\*‘ »\*« ›\*‹ German, Czech, ...,
?         --- --- --- ^^
\+             ‹ German, Czech, ...,
?            ^
\+             „
\-         „\*” «\*» Romanian,
?         --
\+         ” «\*» Romanian,
“\*„ ‘\*‚ Greek,
「\*」 『\*』traditional Chinese,
”\*” ’\*’ »\*» ›\*› Swedish, Finnish,
„\*” ‚\*’ Polish,
„\*” »\*« ’\*’ Hungarian,
&amp;amp;lt;paragraph&amp;amp;gt;
But this is „
&amp;amp;lt;emphasis&amp;amp;gt;
’ emphasized »
‹.
F..........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
======================================================================
ERROR: test\_unicode \(test\_error\_reporting.ErrorStringTests\)
\----------------------------------------------------------------------
Traceback \(most recent call last\):
File "/home/david/coding/python3.3/docutils/trunk/docutils/test3/test\_error\_reporting.py", line 154, in test\_unicode
str\(ErrorString\(ImportError\(self.bs\)\)\)\)
File "/home/david/coding/python3.3/docutils/trunk/docutils/build/lib/docutils/utils/error\_reporting.py", line 124, in \_\_str\_\_
super\(ErrorString, self\).\_\_str\_\_\(\)\)
File "/home/david/coding/python3.3/docutils/trunk/docutils/build/lib/docutils/utils/error\_reporting.py", line 74, in \_\_str\_\_
return str\(self.data\)
TypeError: \_\_str\_\_ returned non-string \(type bytes\)

======================================================================
FAIL: test\_parsers/test\_rst/test\_inline\_markup.py: totest\['markup recognition rules'\]\[4\]; test\_parser \(DocutilsTestSupport.ParserTestCase\)
\----------------------------------------------------------------------
Traceback \(most recent call last\):
File "/home/david/coding/python3.3/docutils/trunk/docutils/test3/DocutilsTestSupport.py", line 459, in test\_parser
self.compare\_output\(self.input, output, self.expected\)
File "/home/david/coding/python3.3/docutils/trunk/docutils/test3/DocutilsTestSupport.py", line 230, in compare\_output
raise error
File "/home/david/coding/python3.3/docutils/trunk/docutils/test3/DocutilsTestSupport.py", line 217, in compare\_output
self.assertEqual\(output, expected\)
File "/home/david/coding/python3.3/docutils/trunk/docutils/test3/DocutilsTestSupport.py", line 122, in assertEqual
raise self.failureException\(msg or '%s \!= %s' % \_format\_str\(first, second\)\)
AssertionError: '''\
&amp;amp;lt;document source="test data"&amp;amp;gt;
&amp;amp;lt;paragraph&amp;amp;gt;
"Quoted" markup start-string \(matched openers &amp;amp; closers\) -&amp;amp;gt; no markup:
&amp;amp;lt;paragraph&amp;amp;gt;
\'\*\' "\*" \(\*\) &amp;amp;lt;\*&amp;amp;gt; \[\*\] \{\*\}
⁅\*⁆
&amp;amp;lt;paragraph&amp;amp;gt;
Some international quoting styles:
‘
&amp;amp;lt;emphasis&amp;amp;gt;
’ “
” English, ...,
„\*“ ‚\*‘ »\*« ›
&amp;amp;lt;emphasis&amp;amp;gt;
‹ German, Czech, ...,
„
” «\*» Romanian,
“\*„ ‘\*‚ Greek,
「\*」 『\*』traditional Chinese,
”\*” ’\*’ »\*» ›\*› Swedish, Finnish,
„\*” ‚\*’ Polish,
„\*” »\*« ’\*’ Hungarian,
&amp;amp;lt;paragraph&amp;amp;gt;
But this is „
&amp;amp;lt;emphasis&amp;amp;gt;
’ emphasized »
‹.''' \!= '''\
&amp;amp;lt;document source="test data"&amp;amp;gt;
&amp;amp;lt;paragraph&amp;amp;gt;
"Quoted" markup start-string \(matched openers &amp;amp; closers\) -&amp;amp;gt; no markup:
&amp;amp;lt;paragraph&amp;amp;gt;
\'\*\' "\*" \(\*\) &amp;amp;lt;\*&amp;amp;gt; \[\*\] \{\*\}
⁅\*⁆
&amp;amp;lt;paragraph&amp;amp;gt;
Some international quoting styles:
‘\*’ “\*” English, ...,
„\*“ ‚\*‘ »\*« ›\*‹ German, Czech, ...,
„\*” «\*» Romanian,
“\*„ ‘\*‚ Greek,
「\*」 『\*』traditional Chinese,
”\*” ’\*’ »\*» ›\*› Swedish, Finnish,
„\*” ‚\*’ Polish,
„\*” »\*« ’\*’ Hungarian,
&amp;amp;lt;paragraph&amp;amp;gt;
But this is „
&amp;amp;lt;emphasis&amp;amp;gt;
’ emphasized »
‹.'''

\----------------------------------------------------------------------


along with the errors already reported as: https://sourceforge.net/tracker/?func=detail&amp;amp;aid=3555164&amp;amp;group\_id=38414&amp;amp;atid=422030


---

Sent from sourceforge.net because you indicated interest in &amp;lt;https://sourceforge.net/p/docutils/bugs/204/&amp;gt;

To unsubscribe from further messages, please visit &amp;lt;https://sourceforge.net/auth/subscriptions/&amp;gt;------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d&lt;/pre&gt;</description>
    <dc:creator>"Günter Milde" </dc:creator>
    <dc:date>2013-05-16T20:56:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.docutils.devel/6509">
    <title>[docutils:bugs] #213 2 test failures with recentsnapshots of CPython</title>
    <link>http://permalink.gmane.org/gmane.text.docutils.devel/6509</link>
    <description>&lt;pre&gt;Fixed for Python 3.3. Please check whether the error message changed with 2.7.4.


---

** [bugs:#213] 2 test failures with recent snapshots of CPython**

**Status:** closed-fixed
**Created:** Sun Dec 16, 2012 09:11 PM UTC by Arfrever
**Last Updated:** Tue Apr 09, 2013 02:17 PM UTC
**Owner:** nobody

Docutils \(at least 0.9.1, 0.10 and trunk\) has 2 test failures in test\_parsers/test\_rst/test\_directives/test\_tables.py with recent snapshots of CPython 2.7 and &amp;amp;gt;=3.2. This problem started to occur during last 3 months. Currently I use snapshots of CPython 2.7, 3.2, 3.3 and 3.4 from 2012-12-16.

Test failures \(with CPython 2.7\) are shown in attachment.


---

Sent from sourceforge.net because you indicated interest in &amp;lt;https://sourceforge.net/p/docutils/bugs/213/&amp;gt;

To unsubscribe from further messages, please visit &amp;lt;https://sourceforge.net/auth/subscriptions/&amp;gt;------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d&lt;/pre&gt;</description>
    <dc:creator>"Günter Milde" </dc:creator>
    <dc:date>2013-05-16T20:53:34</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.docutils.devel/6508">
    <title>[docutils:bugs] #213 2 test failures with recentsnapshots of CPython</title>
    <link>http://permalink.gmane.org/gmane.text.docutils.devel/6508</link>
    <description>&lt;pre&gt;- **status**: open --&amp;gt; closed-fixed
- **Group**:  --&amp;gt; sandbox



---

** [bugs:#213] 2 test failures with recent snapshots of CPython**

**Status:** closed-fixed
**Created:** Sun Dec 16, 2012 09:11 PM UTC by Arfrever
**Last Updated:** Tue Apr 09, 2013 02:17 PM UTC
**Owner:** nobody

Docutils \(at least 0.9.1, 0.10 and trunk\) has 2 test failures in test\_parsers/test\_rst/test\_directives/test\_tables.py with recent snapshots of CPython 2.7 and &amp;amp;gt;=3.2. This problem started to occur during last 3 months. Currently I use snapshots of CPython 2.7, 3.2, 3.3 and 3.4 from 2012-12-16.

Test failures \(with CPython 2.7\) are shown in attachment.


---

Sent from sourceforge.net because you indicated interest in &amp;lt;https://sourceforge.net/p/docutils/bugs/213/&amp;gt;

To unsubscribe from further messages, please visit &amp;lt;https://sourceforge.net/auth/subscriptions/&amp;gt;------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d&lt;/pre&gt;</description>
    <dc:creator>"Günter Milde" </dc:creator>
    <dc:date>2013-05-16T20:53:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.docutils.devel/6507">
    <title>[docutils:bugs] #235 Test failure with Python 3.3.2: test_tables.py: totest['csv-table'][13]</title>
    <link>http://permalink.gmane.org/gmane.text.docutils.devel/6507</link>
    <description>&lt;pre&gt;Could you please try if revision 7661 solves this issue?


---

** [bugs:#235] Test failure with Python 3.3.2: test_tables.py: totest['csv-table'][13]**

**Status:** open
**Created:** Thu May 16, 2013 06:32 PM UTC by Jakub Wilk
**Last Updated:** Thu May 16, 2013 06:32 PM UTC
**Owner:** nobody

http://hg.python.org/cpython/rev/a38dd5df235c (included in Python 3.3.2) causes yet another test failure:

~~~~~
test_parsers/test_rst/test_directives/test_tables.py: totest['csv-table'][13]; test_parser (DocutilsTestSupport.ParserTestCase)
input:
b'.. csv-table:: bad URL\n   :url: bogus.csv\n'
-: expected
+: output
  &amp;lt;document source="test data"&amp;gt;
      &amp;lt;system_message level="4" line="1" source="test data" type="SEVERE"&amp;gt;
          &amp;lt;paragraph&amp;gt;
              Problems with "csv-table" directive URL "bogus.csv":
-             unknown url type: bogus.csv.
+             unknown url type: 'bogus.csv'.
?                               +         +
          &amp;lt;literal_block xml:space="preserve"&amp;gt;
              .. csv-table:: bad URL
                 :url: bogus.csv

======================================================================
FAIL: test_parsers/test_rst/test_directives/test_tables.py: totest['csv-table'][13]; test_parser (DocutilsTestSupport.ParserTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/jwilk/docutils-0.10/test3/DocutilsTestSupport.py", line 473, in test_parser
    self.compare_output(self.input, output, self.expected)
  File "/home/jwilk/docutils-0.10/test3/DocutilsTestSupport.py", line 244, in compare_output
    raise error
  File "/home/jwilk/docutils-0.10/test3/DocutilsTestSupport.py", line 231, in compare_output
    self.assertEqual(output, expected)
  File "/home/jwilk/docutils-0.10/test3/DocutilsTestSupport.py", line 123, in assertEqual
    msg or '%s != %s' % _format_str(first, second))
AssertionError: '''\
&amp;lt;document source="test data"&amp;gt;
    &amp;lt;system_message level="4" line="1" source="test data" type="SEVERE"&amp;gt;
        &amp;lt;paragraph&amp;gt;
            Problems with "csv-table" directive URL "bogus.csv":
            unknown url type: \'bogus.csv\'.
        &amp;lt;literal_block xml:space="preserve"&amp;gt;
            .. csv-table:: bad URL
               :url: bogus.csv''' != '''\
&amp;lt;document source="test data"&amp;gt;
    &amp;lt;system_message level="4" line="1" source="test data" type="SEVERE"&amp;gt;
        &amp;lt;paragraph&amp;gt;
            Problems with "csv-table" directive URL "bogus.csv":
            unknown url type: bogus.csv.
        &amp;lt;literal_block xml:space="preserve"&amp;gt;
            .. csv-table:: bad URL
               :url: bogus.csv'''

----------------------------------------------------------------------
~~~~~



---

Sent from sourceforge.net because you indicated interest in &amp;lt;https://sourceforge.net/p/docutils/bugs/235/&amp;gt;

To unsubscribe from further messages, please visit &amp;lt;https://sourceforge.net/auth/subscriptions/&amp;gt;------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d&lt;/pre&gt;</description>
    <dc:creator>"Günter Milde" </dc:creator>
    <dc:date>2013-05-16T20:50:28</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.docutils.devel/6506">
    <title>[docutils:bugs] #210 More tests failures withPython 3.3</title>
    <link>http://permalink.gmane.org/gmane.text.docutils.devel/6506</link>
    <description>&lt;pre&gt;- **status**: open --&amp;gt; closed-fixed
- **Group**:  --&amp;gt; sandbox



---

** [bugs:#210] More tests failures with Python 3.3**

**Status:** closed-fixed
**Created:** Fri Nov 02, 2012 06:37 PM UTC by Dmitry Shachnev
**Last Updated:** Thu May 16, 2013 08:39 PM UTC
**Owner:** nobody

\[ Note that I'm using 20121021 snapshot from python 3.3 branch. \]

Full log is here: http://paste.ubuntu.com/1327088/.

One of failing tests:

======================================================================
FAIL: test\_parsers/test\_rst/test\_directives/test\_tables.py: totest\['csv-table'\]\[18\]; test\_parser \(DocutilsTestSupport.ParserTestCase\)
\----------------------------------------------------------------------
Traceback \(most recent call last\):
File "/tmp/tmp.aJx8sUfgDT/tree0t-python3-docutils-testtmp/adttmp/test/DocutilsTestSupport.py", line 456, in test\_parser
self.compare\_output\(self.input, output, self.expected\)
File "/tmp/tmp.aJx8sUfgDT/tree0t-python3-docutils-testtmp/adttmp/test/DocutilsTestSupport.py", line 227, in compare\_output
raise error
File "/tmp/tmp.aJx8sUfgDT/tree0t-python3-docutils-testtmp/adttmp/test/DocutilsTestSupport.py", line 214, in compare\_output
self.assertEqual\(output, expected\)
File "/tmp/tmp.aJx8sUfgDT/tree0t-python3-docutils-testtmp/adttmp/test/DocutilsTestSupport.py", line 119, in assertEqual
raise self.failureException\(msg or '%s \!= %s' % \_format\_str\(first, second\)\)
AssertionError: '''\
&amp;amp;lt;document source="test data"&amp;amp;gt;
&amp;amp;lt;table&amp;amp;gt;
&amp;amp;lt;title&amp;amp;gt;
bad CSV data
&amp;amp;lt;tgroup cols="2"&amp;amp;gt;
&amp;amp;lt;colspec colwidth="50"&amp;amp;gt;
&amp;amp;lt;colspec colwidth="50"&amp;amp;gt;
&amp;amp;lt;tbody&amp;amp;gt;
&amp;amp;lt;row&amp;amp;gt;
&amp;amp;lt;entry&amp;amp;gt;
&amp;amp;lt;paragraph&amp;amp;gt;
bad
&amp;amp;lt;entry&amp;amp;gt;
&amp;amp;lt;paragraph&amp;amp;gt;
csv, data''' \!= '''\
&amp;amp;lt;document source="test data"&amp;amp;gt;
&amp;amp;lt;system\_message level="3" line="1" source="test data" type="ERROR"&amp;amp;gt;
&amp;amp;lt;paragraph&amp;amp;gt;
Error with CSV data in "csv-table" directive:
newline inside string
&amp;amp;lt;literal\_block xml:space="preserve"&amp;amp;gt;
.. csv-table:: bad CSV data
\n\
"bad", "csv, data'''


---

Sent from sourceforge.net because you indicated interest in &amp;lt;https://sourceforge.net/p/docutils/bugs/210/&amp;gt;

To unsubscribe from further messages, please visit &amp;lt;https://sourceforge.net/auth/subscriptions/&amp;gt;------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d&lt;/pre&gt;</description>
    <dc:creator>"Günter Milde" </dc:creator>
    <dc:date>2013-05-16T20:39:49</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.docutils.devel/6505">
    <title>[docutils:bugs] #210 More tests failures withPython 3.3</title>
    <link>http://permalink.gmane.org/gmane.text.docutils.devel/6505</link>
    <description>&lt;pre&gt;Fixed. Thanks for the report, analysis, and patch.


---

** [bugs:#210] More tests failures with Python 3.3**

**Status:** open
**Created:** Fri Nov 02, 2012 06:37 PM UTC by Dmitry Shachnev
**Last Updated:** Wed May 15, 2013 05:28 PM UTC
**Owner:** nobody

\[ Note that I'm using 20121021 snapshot from python 3.3 branch. \]

Full log is here: http://paste.ubuntu.com/1327088/.

One of failing tests:

======================================================================
FAIL: test\_parsers/test\_rst/test\_directives/test\_tables.py: totest\['csv-table'\]\[18\]; test\_parser \(DocutilsTestSupport.ParserTestCase\)
\----------------------------------------------------------------------
Traceback \(most recent call last\):
File "/tmp/tmp.aJx8sUfgDT/tree0t-python3-docutils-testtmp/adttmp/test/DocutilsTestSupport.py", line 456, in test\_parser
self.compare\_output\(self.input, output, self.expected\)
File "/tmp/tmp.aJx8sUfgDT/tree0t-python3-docutils-testtmp/adttmp/test/DocutilsTestSupport.py", line 227, in compare\_output
raise error
File "/tmp/tmp.aJx8sUfgDT/tree0t-python3-docutils-testtmp/adttmp/test/DocutilsTestSupport.py", line 214, in compare\_output
self.assertEqual\(output, expected\)
File "/tmp/tmp.aJx8sUfgDT/tree0t-python3-docutils-testtmp/adttmp/test/DocutilsTestSupport.py", line 119, in assertEqual
raise self.failureException\(msg or '%s \!= %s' % \_format\_str\(first, second\)\)
AssertionError: '''\
&amp;amp;lt;document source="test data"&amp;amp;gt;
&amp;amp;lt;table&amp;amp;gt;
&amp;amp;lt;title&amp;amp;gt;
bad CSV data
&amp;amp;lt;tgroup cols="2"&amp;amp;gt;
&amp;amp;lt;colspec colwidth="50"&amp;amp;gt;
&amp;amp;lt;colspec colwidth="50"&amp;amp;gt;
&amp;amp;lt;tbody&amp;amp;gt;
&amp;amp;lt;row&amp;amp;gt;
&amp;amp;lt;entry&amp;amp;gt;
&amp;amp;lt;paragraph&amp;amp;gt;
bad
&amp;amp;lt;entry&amp;amp;gt;
&amp;amp;lt;paragraph&amp;amp;gt;
csv, data''' \!= '''\
&amp;amp;lt;document source="test data"&amp;amp;gt;
&amp;amp;lt;system\_message level="3" line="1" source="test data" type="ERROR"&amp;amp;gt;
&amp;amp;lt;paragraph&amp;amp;gt;
Error with CSV data in "csv-table" directive:
newline inside string
&amp;amp;lt;literal\_block xml:space="preserve"&amp;amp;gt;
.. csv-table:: bad CSV data
\n\
"bad", "csv, data'''


---

Sent from sourceforge.net because you indicated interest in &amp;lt;https://sourceforge.net/p/docutils/bugs/210/&amp;gt;

To unsubscribe from further messages, please visit &amp;lt;https://sourceforge.net/auth/subscriptions/&amp;gt;------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d&lt;/pre&gt;</description>
    <dc:creator>"Günter Milde" </dc:creator>
    <dc:date>2013-05-16T20:39:22</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.docutils.devel/6504">
    <title>[docutils:bugs] #235 Test failure with Python 3.3.2: test_tables.py: totest['csv-table'][13]</title>
    <link>http://permalink.gmane.org/gmane.text.docutils.devel/6504</link>
    <description>&lt;pre&gt;


---

** [bugs:#235] Test failure with Python 3.3.2: test_tables.py: totest['csv-table'][13]**

**Status:** open
**Created:** Thu May 16, 2013 06:32 PM UTC by Jakub Wilk
**Last Updated:** Thu May 16, 2013 06:32 PM UTC
**Owner:** nobody

http://hg.python.org/cpython/rev/a38dd5df235c (included in Python 3.3.2) causes yet another test failure:

~~~~~
test_parsers/test_rst/test_directives/test_tables.py: totest['csv-table'][13]; test_parser (DocutilsTestSupport.ParserTestCase)
input:
b'.. csv-table:: bad URL\n   :url: bogus.csv\n'
-: expected
+: output
  &amp;lt;document source="test data"&amp;gt;
      &amp;lt;system_message level="4" line="1" source="test data" type="SEVERE"&amp;gt;
          &amp;lt;paragraph&amp;gt;
              Problems with "csv-table" directive URL "bogus.csv":
-             unknown url type: bogus.csv.
+             unknown url type: 'bogus.csv'.
?                               +         +
          &amp;lt;literal_block xml:space="preserve"&amp;gt;
              .. csv-table:: bad URL
                 :url: bogus.csv

======================================================================
FAIL: test_parsers/test_rst/test_directives/test_tables.py: totest['csv-table'][13]; test_parser (DocutilsTestSupport.ParserTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/jwilk/docutils-0.10/test3/DocutilsTestSupport.py", line 473, in test_parser
    self.compare_output(self.input, output, self.expected)
  File "/home/jwilk/docutils-0.10/test3/DocutilsTestSupport.py", line 244, in compare_output
    raise error
  File "/home/jwilk/docutils-0.10/test3/DocutilsTestSupport.py", line 231, in compare_output
    self.assertEqual(output, expected)
  File "/home/jwilk/docutils-0.10/test3/DocutilsTestSupport.py", line 123, in assertEqual
    msg or '%s != %s' % _format_str(first, second))
AssertionError: '''\
&amp;lt;document source="test data"&amp;gt;
    &amp;lt;system_message level="4" line="1" source="test data" type="SEVERE"&amp;gt;
        &amp;lt;paragraph&amp;gt;
            Problems with "csv-table" directive URL "bogus.csv":
            unknown url type: \'bogus.csv\'.
        &amp;lt;literal_block xml:space="preserve"&amp;gt;
            .. csv-table:: bad URL
               :url: bogus.csv''' != '''\
&amp;lt;document source="test data"&amp;gt;
    &amp;lt;system_message level="4" line="1" source="test data" type="SEVERE"&amp;gt;
        &amp;lt;paragraph&amp;gt;
            Problems with "csv-table" directive URL "bogus.csv":
            unknown url type: bogus.csv.
        &amp;lt;literal_block xml:space="preserve"&amp;gt;
            .. csv-table:: bad URL
               :url: bogus.csv'''

----------------------------------------------------------------------
~~~~~



---

Sent from sourceforge.net because you indicated interest in &amp;lt;https://sourceforge.net/p/docutils/bugs/235/&amp;gt;

To unsubscribe from further messages, please visit &amp;lt;https://sourceforge.net/auth/subscriptions/&amp;gt;------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d&lt;/pre&gt;</description>
    <dc:creator>Jakub Wilk</dc:creator>
    <dc:date>2013-05-16T18:32:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.docutils.devel/6503">
    <title>[docutils:bugs] #200 odf writer fails when runwith Python3.3b1</title>
    <link>http://permalink.gmane.org/gmane.text.docutils.devel/6503</link>
    <description>&lt;pre&gt;Here's a patch I'm going to use in Debian, as a temporary(?) work-around.



Attachment: python3.3-odt-writer.diff (1.1 kB; text/x-diff)


---

** [bugs:#200] odf writer fails when run with Python3.3b1**

**Status:** open
**Created:** Tue Aug 07, 2012 07:32 PM UTC by Anonymous
**Last Updated:** Wed May 15, 2013 10:50 PM UTC
**Owner:** nobody

A few of the tests in test\_writers.test\_odt.DocutilsOdtTestCase fail when run against Python 3.3b1, with tracebacks of the form:

======================================================================
ERROR: test\_odt\_basic \(test\_writers.test\_odt.DocutilsOdtTestCase\)
\----------------------------------------------------------------------
Traceback \(most recent call last\):
File "/home/david/coding/python3.3/python-docutils/python3-python-docutils-0.10-0.2.20120730svn7490.fc18/test3/test\_writers/test\_odt.py", line 151, in test\_odt\_basic
self.process\_test\('odt\_basic.txt', 'odt\_basic.odt',
File "/home/david/coding/python3.3/python-docutils/python3-python-docutils-0.10-0.2.20120730svn7490.fc18/test3/test\_writers/test\_odt.py", line 104, in process\_test
settings\_overrides=settings\_overrides\)
File "/home/david/coding/python3.3/python-docutils/python3-python-docutils-0.10-0.2.20120730svn7490.fc18/build/lib/docutils/core.py", line 414, in publish\_string
enable\_exit\_status=enable\_exit\_status\)
File "/home/david/coding/python3.3/python-docutils/python3-python-docutils-0.10-0.2.20120730svn7490.fc18/build/lib/docutils/core.py", line 662, in publish\_programmatically
output = pub.publish\(enable\_exit\_status=enable\_exit\_status\)
File "/home/david/coding/python3.3/python-docutils/python3-python-docutils-0.10-0.2.20120730svn7490.fc18/build/lib/docutils/core.py", line 219, in publish
output = self.writer.write\(self.document, self.destination\)
File "/home/david/coding/python3.3/python-docutils/python3-python-docutils-0.10-0.2.20120730svn7490.fc18/build/lib/docutils/writers/\_\_init\_\_.py", line 80, in write
self.translate\(\)
File "/home/david/coding/python3.3/python-docutils/python3-python-docutils-0.10-0.2.20120730svn7490.fc18/build/lib/docutils/writers/odf\_odt/\_\_init\_\_.py", line 548, in translate
self.visitor = self.translator\_class\(self.document\)
File "/home/david/coding/python3.3/python-docutils/python3-python-docutils-0.10-0.2.20120730svn7490.fc18/build/lib/docutils/writers/odf\_odt/\_\_init\_\_.py", line 822, in \_\_init\_\_
SubElement\(root, 'office:scripts'\)
File "/home/david/coding/python3.3/python-docutils/python3-python-docutils-0.10-0.2.20120730svn7490.fc18/build/lib/docutils/writers/odf\_odt/\_\_init\_\_.py", line 287, in SubElement
parent.append\(el\)
File "/usr/lib64/python3.3/xml/etree/ElementTree.py", line 280, in append
self.\_assert\_is\_element\(element\)
File "/usr/lib64/python3.3/xml/etree/ElementTree.py", line 305, in \_assert\_is\_element
raise TypeError\('expected an Element, not %s' % type\(e\).\_\_name\_\_\)
TypeError: expected an Element, not \_ElementInterfaceWrapper


These assertions are due to type-checking that was added in Python 3.3 to xml.etree - this was http://bugs.python.org/issue13782 \("xml.etree.ElementTree: Element.append doesn't type-check its argument"\).

What I think is happening is that \_ElementInterfaceWrapper is a subclass of the Element class defined in xml/etree/ElementTree.py, but that file later has this code:
\# Import the C accelerators
try:
\# Element, SubElement, ParseError, TreeBuilder, XMLParser
from \_elementtree import \*
except ImportError:
pass
which happens after \_ElementInterfaceWrapper has been set; hence that type-checking is expecting Element to be a \_elementree.Element, rather than the pure-python Element implementation.



---

Sent from sourceforge.net because you indicated interest in &amp;lt;https://sourceforge.net/p/docutils/bugs/200/&amp;gt;

To unsubscribe from further messages, please visit &amp;lt;https://sourceforge.net/auth/subscriptions/&amp;gt;------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d&lt;/pre&gt;</description>
    <dc:creator>Jakub Wilk</dc:creator>
    <dc:date>2013-05-16T17:24:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.docutils.devel/6502">
    <title>[docutils:bugs] #200 odf writer fails when runwith Python3.3b1</title>
    <link>http://permalink.gmane.org/gmane.text.docutils.devel/6502</link>
    <description>&lt;pre&gt;The direct cause of these failures is a bug in the interpreter:
http://bugs.python.org/issue17988
Once you work around it, you run into another one:
http://bugs.python.org/issue17989


---

** [bugs:#200] odf writer fails when run with Python3.3b1**

**Status:** open
**Created:** Tue Aug 07, 2012 07:32 PM UTC by Anonymous
**Last Updated:** Sun May 12, 2013 07:44 PM UTC
**Owner:** nobody

A few of the tests in test\_writers.test\_odt.DocutilsOdtTestCase fail when run against Python 3.3b1, with tracebacks of the form:

======================================================================
ERROR: test\_odt\_basic \(test\_writers.test\_odt.DocutilsOdtTestCase\)
\----------------------------------------------------------------------
Traceback \(most recent call last\):
File "/home/david/coding/python3.3/python-docutils/python3-python-docutils-0.10-0.2.20120730svn7490.fc18/test3/test\_writers/test\_odt.py", line 151, in test\_odt\_basic
self.process\_test\('odt\_basic.txt', 'odt\_basic.odt',
File "/home/david/coding/python3.3/python-docutils/python3-python-docutils-0.10-0.2.20120730svn7490.fc18/test3/test\_writers/test\_odt.py", line 104, in process\_test
settings\_overrides=settings\_overrides\)
File "/home/david/coding/python3.3/python-docutils/python3-python-docutils-0.10-0.2.20120730svn7490.fc18/build/lib/docutils/core.py", line 414, in publish\_string
enable\_exit\_status=enable\_exit\_status\)
File "/home/david/coding/python3.3/python-docutils/python3-python-docutils-0.10-0.2.20120730svn7490.fc18/build/lib/docutils/core.py", line 662, in publish\_programmatically
output = pub.publish\(enable\_exit\_status=enable\_exit\_status\)
File "/home/david/coding/python3.3/python-docutils/python3-python-docutils-0.10-0.2.20120730svn7490.fc18/build/lib/docutils/core.py", line 219, in publish
output = self.writer.write\(self.document, self.destination\)
File "/home/david/coding/python3.3/python-docutils/python3-python-docutils-0.10-0.2.20120730svn7490.fc18/build/lib/docutils/writers/\_\_init\_\_.py", line 80, in write
self.translate\(\)
File "/home/david/coding/python3.3/python-docutils/python3-python-docutils-0.10-0.2.20120730svn7490.fc18/build/lib/docutils/writers/odf\_odt/\_\_init\_\_.py", line 548, in translate
self.visitor = self.translator\_class\(self.document\)
File "/home/david/coding/python3.3/python-docutils/python3-python-docutils-0.10-0.2.20120730svn7490.fc18/build/lib/docutils/writers/odf\_odt/\_\_init\_\_.py", line 822, in \_\_init\_\_
SubElement\(root, 'office:scripts'\)
File "/home/david/coding/python3.3/python-docutils/python3-python-docutils-0.10-0.2.20120730svn7490.fc18/build/lib/docutils/writers/odf\_odt/\_\_init\_\_.py", line 287, in SubElement
parent.append\(el\)
File "/usr/lib64/python3.3/xml/etree/ElementTree.py", line 280, in append
self.\_assert\_is\_element\(element\)
File "/usr/lib64/python3.3/xml/etree/ElementTree.py", line 305, in \_assert\_is\_element
raise TypeError\('expected an Element, not %s' % type\(e\).\_\_name\_\_\)
TypeError: expected an Element, not \_ElementInterfaceWrapper


These assertions are due to type-checking that was added in Python 3.3 to xml.etree - this was http://bugs.python.org/issue13782 \("xml.etree.ElementTree: Element.append doesn't type-check its argument"\).

What I think is happening is that \_ElementInterfaceWrapper is a subclass of the Element class defined in xml/etree/ElementTree.py, but that file later has this code:
\# Import the C accelerators
try:
\# Element, SubElement, ParseError, TreeBuilder, XMLParser
from \_elementtree import \*
except ImportError:
pass
which happens after \_ElementInterfaceWrapper has been set; hence that type-checking is expecting Element to be a \_elementree.Element, rather than the pure-python Element implementation.



---

Sent from sourceforge.net because you indicated interest in &amp;lt;https://sourceforge.net/p/docutils/bugs/200/&amp;gt;

To unsubscribe from further messages, please visit &amp;lt;https://sourceforge.net/auth/subscriptions/&amp;gt;------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d&lt;/pre&gt;</description>
    <dc:creator>Jakub Wilk</dc:creator>
    <dc:date>2013-05-15T22:50:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.docutils.devel/6501">
    <title>[docutils:bugs] #210 More tests failures withPython 3.3</title>
    <link>http://permalink.gmane.org/gmane.text.docutils.devel/6501</link>
    <description>&lt;pre&gt;Patch attached.


Attachment: strict-csv-parser.diff (1.9 kB; text/x-diff)


---

** [bugs:#210] More tests failures with Python 3.3**

**Status:** open
**Created:** Fri Nov 02, 2012 06:37 PM UTC by Dmitry Shachnev
**Last Updated:** Mon May 13, 2013 07:03 PM UTC
**Owner:** nobody

\[ Note that I'm using 20121021 snapshot from python 3.3 branch. \]

Full log is here: http://paste.ubuntu.com/1327088/.

One of failing tests:

======================================================================
FAIL: test\_parsers/test\_rst/test\_directives/test\_tables.py: totest\['csv-table'\]\[18\]; test\_parser \(DocutilsTestSupport.ParserTestCase\)
\----------------------------------------------------------------------
Traceback \(most recent call last\):
File "/tmp/tmp.aJx8sUfgDT/tree0t-python3-docutils-testtmp/adttmp/test/DocutilsTestSupport.py", line 456, in test\_parser
self.compare\_output\(self.input, output, self.expected\)
File "/tmp/tmp.aJx8sUfgDT/tree0t-python3-docutils-testtmp/adttmp/test/DocutilsTestSupport.py", line 227, in compare\_output
raise error
File "/tmp/tmp.aJx8sUfgDT/tree0t-python3-docutils-testtmp/adttmp/test/DocutilsTestSupport.py", line 214, in compare\_output
self.assertEqual\(output, expected\)
File "/tmp/tmp.aJx8sUfgDT/tree0t-python3-docutils-testtmp/adttmp/test/DocutilsTestSupport.py", line 119, in assertEqual
raise self.failureException\(msg or '%s \!= %s' % \_format\_str\(first, second\)\)
AssertionError: '''\
&amp;amp;lt;document source="test data"&amp;amp;gt;
&amp;amp;lt;table&amp;amp;gt;
&amp;amp;lt;title&amp;amp;gt;
bad CSV data
&amp;amp;lt;tgroup cols="2"&amp;amp;gt;
&amp;amp;lt;colspec colwidth="50"&amp;amp;gt;
&amp;amp;lt;colspec colwidth="50"&amp;amp;gt;
&amp;amp;lt;tbody&amp;amp;gt;
&amp;amp;lt;row&amp;amp;gt;
&amp;amp;lt;entry&amp;amp;gt;
&amp;amp;lt;paragraph&amp;amp;gt;
bad
&amp;amp;lt;entry&amp;amp;gt;
&amp;amp;lt;paragraph&amp;amp;gt;
csv, data''' \!= '''\
&amp;amp;lt;document source="test data"&amp;amp;gt;
&amp;amp;lt;system\_message level="3" line="1" source="test data" type="ERROR"&amp;amp;gt;
&amp;amp;lt;paragraph&amp;amp;gt;
Error with CSV data in "csv-table" directive:
newline inside string
&amp;amp;lt;literal\_block xml:space="preserve"&amp;amp;gt;
.. csv-table:: bad CSV data
\n\
"bad", "csv, data'''


---

Sent from sourceforge.net because you indicated interest in &amp;lt;https://sourceforge.net/p/docutils/bugs/210/&amp;gt;

To unsubscribe from further messages, please visit &amp;lt;https://sourceforge.net/auth/subscriptions/&amp;gt;------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d&lt;/pre&gt;</description>
    <dc:creator>Jakub Wilk</dc:creator>
    <dc:date>2013-05-15T17:28:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.docutils.devel/6500">
    <title>[docutils:bugs] #234 Embedded URIs and Aliasesdon't alias</title>
    <link>http://permalink.gmane.org/gmane.text.docutils.devel/6500</link>
    <description>&lt;pre&gt;Argh, so it is.  Sorry to waste your time.  I'll have to wait for this to get through to the various ports collections.  Many thanks for some great tools.


---

** [bugs:#234] Embedded URIs and Aliases don't alias**

**Status:** closed-invalid
**Created:** Mon May 13, 2013 10:33 PM UTC by Richard Brooksby
**Last Updated:** Tue May 14, 2013 04:16 AM UTC
**Owner:** David Goodger

The example given http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#embedded-uris-and-aliases doesn't create an alias.


    rb&amp;lt; at &amp;gt;silverbird$ rst2html-2.7.py --version
    rst2html-2.7.py (Docutils 0.10 [release], Python 2.7.3, on darwin)
    rb&amp;lt; at &amp;gt;silverbird$ rst2html-2.7.py --stylesheet=dummy
    See the `Python home page &amp;lt;http://www.python.org&amp;gt;`_ for info.

    This `link &amp;lt;Python home page_&amp;gt;`_ is an alias to the link above.
    &amp;lt;stdin&amp;gt;:4: (ERROR/3) Cannot embed stylesheet 'dummy': No such file or directory.
    &amp;lt;?xml version="1.0" encoding="utf-8" ?&amp;gt;
    &amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
    &amp;lt;html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"&amp;gt;
    &amp;lt;head&amp;gt;
    &amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
    &amp;lt;meta name="generator" content="Docutils 0.10: http://docutils.sourceforge.net/" /&amp;gt;
    &amp;lt;title&amp;gt;&amp;lt;/title&amp;gt;
    &amp;lt;--- Cannot embed stylesheet 'dummy': No such file or directory. ---&amp;gt;
    &amp;lt;/head&amp;gt;
    &amp;lt;body&amp;gt;
    &amp;lt;div class="document"&amp;gt;


    &amp;lt;p&amp;gt;See the &amp;lt;a class="reference external" href="http://www.python.org"&amp;gt;Python home page&amp;lt;/a&amp;gt; for info.&amp;lt;/p&amp;gt;
    &amp;lt;p&amp;gt;This &amp;lt;a class="reference external" href="Pythonhomepage_"&amp;gt;link&amp;lt;/a&amp;gt; is an alias to the link above.&amp;lt;/p&amp;gt;
    &amp;lt;/div&amp;gt;
    &amp;lt;/body&amp;gt;
    &amp;lt;/html&amp;gt;



---

Sent from sourceforge.net because you indicated interest in &amp;lt;https://sourceforge.net/p/docutils/bugs/234/&amp;gt;

To unsubscribe from further messages, please visit &amp;lt;https://sourceforge.net/auth/subscriptions/&amp;gt;------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d&lt;/pre&gt;</description>
    <dc:creator>Richard Brooksby</dc:creator>
    <dc:date>2013-05-14T06:29:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.docutils.devel/6499">
    <title>Re: Emacs rst-mode replicate M-RET functionality of org-mode</title>
    <link>http://permalink.gmane.org/gmane.text.docutils.devel/6499</link>
    <description>&lt;pre&gt;

I see. Thanks again. I will keep my rst.el file in my ~/.emacs.d.

Best,
Joon
------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d&lt;/pre&gt;</description>
    <dc:creator>Joon Ro</dc:creator>
    <dc:date>2013-05-14T04:56:52</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.docutils.devel/6498">
    <title>[docutils:bugs] #234 Embedded URIs and Aliasesdon't alias</title>
    <link>http://permalink.gmane.org/gmane.text.docutils.devel/6498</link>
    <description>&lt;pre&gt;- **status**: open --&amp;gt; closed-invalid
- **assigned_to**: David Goodger



---

** [bugs:#234] Embedded URIs and Aliases don't alias**

**Status:** closed-invalid
**Created:** Mon May 13, 2013 10:33 PM UTC by Richard Brooksby
**Last Updated:** Tue May 14, 2013 04:15 AM UTC
**Owner:** David Goodger

The example given http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#embedded-uris-and-aliases doesn't create an alias.


    rb&amp;lt; at &amp;gt;silverbird$ rst2html-2.7.py --version
    rst2html-2.7.py (Docutils 0.10 [release], Python 2.7.3, on darwin)
    rb&amp;lt; at &amp;gt;silverbird$ rst2html-2.7.py --stylesheet=dummy
    See the `Python home page &amp;lt;http://www.python.org&amp;gt;`_ for info.

    This `link &amp;lt;Python home page_&amp;gt;`_ is an alias to the link above.
    &amp;lt;stdin&amp;gt;:4: (ERROR/3) Cannot embed stylesheet 'dummy': No such file or directory.
    &amp;lt;?xml version="1.0" encoding="utf-8" ?&amp;gt;
    &amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
    &amp;lt;html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"&amp;gt;
    &amp;lt;head&amp;gt;
    &amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
    &amp;lt;meta name="generator" content="Docutils 0.10: http://docutils.sourceforge.net/" /&amp;gt;
    &amp;lt;title&amp;gt;&amp;lt;/title&amp;gt;
    &amp;lt;--- Cannot embed stylesheet 'dummy': No such file or directory. ---&amp;gt;
    &amp;lt;/head&amp;gt;
    &amp;lt;body&amp;gt;
    &amp;lt;div class="document"&amp;gt;


    &amp;lt;p&amp;gt;See the &amp;lt;a class="reference external" href="http://www.python.org"&amp;gt;Python home page&amp;lt;/a&amp;gt; for info.&amp;lt;/p&amp;gt;
    &amp;lt;p&amp;gt;This &amp;lt;a class="reference external" href="Pythonhomepage_"&amp;gt;link&amp;lt;/a&amp;gt; is an alias to the link above.&amp;lt;/p&amp;gt;
    &amp;lt;/div&amp;gt;
    &amp;lt;/body&amp;gt;
    &amp;lt;/html&amp;gt;



---

Sent from sourceforge.net because you indicated interest in &amp;lt;https://sourceforge.net/p/docutils/bugs/234/&amp;gt;

To unsubscribe from further messages, please visit &amp;lt;https://sourceforge.net/auth/subscriptions/&amp;gt;------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d&lt;/pre&gt;</description>
    <dc:creator>David Goodger</dc:creator>
    <dc:date>2013-05-14T04:16:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.docutils.devel/6497">
    <title>[docutils:bugs] #234 Embedded URIs and Aliasesdon't alias</title>
    <link>http://permalink.gmane.org/gmane.text.docutils.devel/6497</link>
    <description>&lt;pre&gt;Look at http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#embedded-uris-and-aliases again, and please note that this feature is new since Docutils 0.11. You're running version 0.10, which lacks the feature.


---

** [bugs:#234] Embedded URIs and Aliases don't alias**

**Status:** open
**Created:** Mon May 13, 2013 10:33 PM UTC by Richard Brooksby
**Last Updated:** Mon May 13, 2013 10:36 PM UTC
**Owner:** nobody

The example given http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#embedded-uris-and-aliases doesn't create an alias.


    rb&amp;lt; at &amp;gt;silverbird$ rst2html-2.7.py --version
    rst2html-2.7.py (Docutils 0.10 [release], Python 2.7.3, on darwin)
    rb&amp;lt; at &amp;gt;silverbird$ rst2html-2.7.py --stylesheet=dummy
    See the `Python home page &amp;lt;http://www.python.org&amp;gt;`_ for info.

    This `link &amp;lt;Python home page_&amp;gt;`_ is an alias to the link above.
    &amp;lt;stdin&amp;gt;:4: (ERROR/3) Cannot embed stylesheet 'dummy': No such file or directory.
    &amp;lt;?xml version="1.0" encoding="utf-8" ?&amp;gt;
    &amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
    &amp;lt;html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"&amp;gt;
    &amp;lt;head&amp;gt;
    &amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
    &amp;lt;meta name="generator" content="Docutils 0.10: http://docutils.sourceforge.net/" /&amp;gt;
    &amp;lt;title&amp;gt;&amp;lt;/title&amp;gt;
    &amp;lt;--- Cannot embed stylesheet 'dummy': No such file or directory. ---&amp;gt;
    &amp;lt;/head&amp;gt;
    &amp;lt;body&amp;gt;
    &amp;lt;div class="document"&amp;gt;


    &amp;lt;p&amp;gt;See the &amp;lt;a class="reference external" href="http://www.python.org"&amp;gt;Python home page&amp;lt;/a&amp;gt; for info.&amp;lt;/p&amp;gt;
    &amp;lt;p&amp;gt;This &amp;lt;a class="reference external" href="Pythonhomepage_"&amp;gt;link&amp;lt;/a&amp;gt; is an alias to the link above.&amp;lt;/p&amp;gt;
    &amp;lt;/div&amp;gt;
    &amp;lt;/body&amp;gt;
    &amp;lt;/html&amp;gt;



---

Sent from sourceforge.net because you indicated interest in &amp;lt;https://sourceforge.net/p/docutils/bugs/234/&amp;gt;

To unsubscribe from further messages, please visit &amp;lt;https://sourceforge.net/auth/subscriptions/&amp;gt;------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d&lt;/pre&gt;</description>
    <dc:creator>David Goodger</dc:creator>
    <dc:date>2013-05-14T04:15:26</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.docutils.devel/6496">
    <title>[docutils:bugs] #234 Embedded URIs and Aliasesdon't alias</title>
    <link>http://permalink.gmane.org/gmane.text.docutils.devel/6496</link>
    <description>&lt;pre&gt;


---

** [bugs:#234] Embedded URIs and Aliases don't alias**

**Status:** open
**Created:** Mon May 13, 2013 10:33 PM UTC by Richard Brooksby
**Last Updated:** Mon May 13, 2013 10:33 PM UTC
**Owner:** nobody

The example given http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#embedded-uris-and-aliases doesn't create an alias.


    rb&amp;lt; at &amp;gt;silverbird$ rst2html-2.7.py --version
    rst2html-2.7.py (Docutils 0.10 [release], Python 2.7.3, on darwin)
    rb&amp;lt; at &amp;gt;silverbird$ rst2html-2.7.py --stylesheet=dummy
    See the `Python home page &amp;lt;http://www.python.org&amp;gt;`_ for info.

    This `link &amp;lt;Python home page_&amp;gt;`_ is an alias to the link above.
    &amp;lt;stdin&amp;gt;:4: (ERROR/3) Cannot embed stylesheet 'dummy': No such file or directory.
    &amp;lt;?xml version="1.0" encoding="utf-8" ?&amp;gt;
    &amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
    &amp;lt;html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"&amp;gt;
    &amp;lt;head&amp;gt;
    &amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
    &amp;lt;meta name="generator" content="Docutils 0.10: http://docutils.sourceforge.net/" /&amp;gt;
    &amp;lt;title&amp;gt;&amp;lt;/title&amp;gt;
    &amp;lt;--- Cannot embed stylesheet 'dummy': No such file or directory. ---&amp;gt;
    &amp;lt;/head&amp;gt;
    &amp;lt;body&amp;gt;
    &amp;lt;div class="document"&amp;gt;


    &amp;lt;p&amp;gt;See the &amp;lt;a class="reference external" href="http://www.python.org"&amp;gt;Python home page&amp;lt;/a&amp;gt; for info.&amp;lt;/p&amp;gt;
    &amp;lt;p&amp;gt;This &amp;lt;a class="reference external" href="Pythonhomepage_"&amp;gt;link&amp;lt;/a&amp;gt; is an alias to the link above.&amp;lt;/p&amp;gt;
    &amp;lt;/div&amp;gt;
    &amp;lt;/body&amp;gt;
    &amp;lt;/html&amp;gt;



---

Sent from sourceforge.net because you indicated interest in &amp;lt;https://sourceforge.net/p/docutils/bugs/234/&amp;gt;

To unsubscribe from further messages, please visit &amp;lt;https://sourceforge.net/auth/subscriptions/&amp;gt;------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d&lt;/pre&gt;</description>
    <dc:creator>Richard Brooksby</dc:creator>
    <dc:date>2013-05-13T22:33:15</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.text.docutils.devel">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.text.docutils.devel</link>
  </textinput>
</rdf:RDF>
