diff --git a/AUTHORS b/AUTHORS index 24897985e..7c060cde8 100644 --- a/AUTHORS +++ b/AUTHORS @@ -20,6 +20,7 @@ Other contributors, listed alphabetically, are: * Jakob Lykke Andersen -- Rewritten C++ domain * Henrique Bastos -- SVG support for graphviz extension * Daniel Bültmann -- todo extension +* Marco Buttu -- doctest extension (pyversion option) * Jean-François Burnol -- LaTeX improvements * Etienne Desautels -- apidoc module * Michael Droettboom -- inheritance_diagram extension diff --git a/CHANGES b/CHANGES index 4fd15bf89..70f5aeeb8 100644 --- a/CHANGES +++ b/CHANGES @@ -73,6 +73,8 @@ Deprecated Features added -------------- +* #3303: Added ``:pyversion:`` option to the doctest directive + Bugs fixed ----------