On Wed, Dec 30, 2009 at 7:45 AM, Marius Gedminas <mar...@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 <mar...@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
_______________________________________________
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )

Reply via email to