Hi All,

The following ReST:

 >>> from testfixtures import compare
 >>> compare(1,
...         2)
Traceback (most recent call last):
...
AssertionError: 1 != 2

...is rendered by Sphinx as:

 >>> from testfixtures import compare
 >>> compare(1,
...         2)
...
AssertionError: 1 != 2

Why is the Traceback line swallowed? It makes it less clear what's 
happening...

Chris

-- 
Simplistix - Content Management, Batch Processing & Python Consulting
            - http://www.simplistix.co.uk

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sphinx-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to