On Sun, Apr 11, 2010 at 1:59 PM, Michele Simionato <
michele.simion...@gmail.com> wrote:
> I do not want to write two documentations for a module working both in
> Python 2.X and Python 3.X.
>
There are modules which work in both 2.x and 3.x but still behave
differently. How will you handle those
I do not want to write two documentations for a module working both in
Python 2.X and Python 3.X.
To avoid that, I would need the ability to interpret doctests
according to the used Python version.
I mean something like that:
"""
Documentation of the module
--