Re: [Zope3-dev] Doctest and Footnotes

2006-07-12 Thread Stephan Richter
On Monday 10 July 2006 23:44, Benji York wrote: > """ > After initializing the system [#init]_ it is possible to retrieve status > information: > >       >>> system.status() >       'good to go' > > [snip some of the doctest] > > .. [#init] Initialize the system: >       >>> system = System() >    

Re: [Zope3-dev] Doctest and Footnotes

2006-07-11 Thread Benji York
Benji York wrote: Gary Poster had a really good idea a couple weeks ago: teach doctest about ReST-style footnotes. After some promising discussion on python-dev and Gary's endless begging :) I've merged my branch into zope.testing, I still have some TODO items to finish up in the near futur

Re: [Zope3-dev] Doctest and Footnotes

2006-07-11 Thread Jim Fulton
On Jul 10, 2006, at 11:44 PM, Benji York wrote: ... I'd like to merge the branch to zope.testing in the next few days. Thoughts/questions? Sounds great. My main concern is the continued forking of doctest. :( I had intended to sync it up with Python 2.5, but I never did. I have no problem

[Zope3-dev] Doctest and Footnotes

2006-07-10 Thread Benji York
Gary Poster had a really good idea a couple weeks ago: teach doctest about ReST-style footnotes. I implemented it over the weekend and brought it to Tim Peter's attention today. Tim generally liked the idea and suggested I bring it up on python-dev, which I have. Here's the idea: when a foot