[docs] [issue27202] make doctest fails on 2.7 release notes

Jelle Zijlstra report at bugs.python.org
Sun Jun 5 00:38:34 EDT 2016


Jelle Zijlstra added the comment:

Yes, I realized this patch is wrong: it excludes the 2.7 release notes from all make steps, not just `make doctest`.

The attached patch reverts the conf.py change and instead uses directives to skip most doctests in the 2.7 release notes. The other 2.x release notes have no failing doctests.

----------
resolution: fixed -> 
status: closed -> open

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27202>
_______________________________________


More information about the docs mailing list