3 Jan
2010
3 Jan
'10
10:03 p.m.
On Wed, Dec 30, 2009 at 7:45 AM, Marius Gedminas <marius@gedmin.as> wrote:
On Wed, Dec 30, 2009 at 08:58:52AM +0100, Lennart Regebro wrote:
On Tue, Dec 29, 2009 at 23:47, Marius Gedminas <marius@gedmin.as> wrote:
* support for the INTERPRET_FOOTNOTES feature
Then they should use Manuel.
Good, so we have a migration path for this bit!
How mechanical can such a transformation be?
The transformation should be reasonably mechanical. Something like this (untested): m = manuel.footnote.Manuel() m += manuel.doctest.Manuel(**kw) return manuel.testing.TestSuite(m, 'foo.txt') -- Benji York