Description

This is just a test bug, to check how well new tracebacks work when attached.

Example

This user was using regular mode when viewing the bug: error.html

This user was using debug mode when viewing the bug: text.html

the text traceback from the error report:

<!-- The above is a description of an error in a Python program,
     formatted for a Web browser. In case you are not reading this 
     in a Web browser, here is the original traceback:

Traceback (most recent call last):
  File "/Volumes/Home/nir/Projects/moin/fix/MoinMoin/request.py", line 1036, in run
    self.page.send_page(self, count_hit=1)
  File "/Volumes/Home/nir/Projects/moin/fix/MoinMoin/Page.py", line 1183, in send_page
    format_args=pi_formatargs, do_cache=do_cache)
  File "/Volumes/Home/nir/Projects/moin/fix/MoinMoin/Page.py", line 1257, in send_page_content
    self.raiseError()
AttributeError: Page instance has no attribute 'raiseError'

-->

Discussion

MoinMoin: MoinMoinBugs/TestBug (last edited 2007-10-29 19:05:57 by localhost)