wapcaplet / doctest2

Improvements to the doctest standard library
6 stars 2 forks source link

Python-version conditional blocks #12

Open ianb opened 13 years ago

ianb commented 13 years ago

It should be possible to tag a block as being specific for a Python version (or range), so you can adjust to changes in Python versions (like changes in an exception message).